Color Hex Logo

#bc6321 Color Hex

#BC6321
(188,99,33)
0 Favorites   0 Comments

Color spaces of #bc6321

RGB 1889933
HSL0.070.700.43
HSV26°82°74°
CMYK 0.000.470.82   0.26
XYZ25.475419.72493.9034
Yxy19.72490.51880.4017
Hunter Lab44.412724.666425.8780
CIE-Lab51.524731.322250.4756

#bc6321 color RGB value is (188,99,33).

#bc6321 hex color red value is 188, green value is 99 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #bc6321 hue: 0.07 , saturation: 0.70 and the lightness value of bc6321 is 0.43.

The process color (four color CMYK) of #bc6321 color hex is 0.00, 0.47, 0.82, 0.26. Web safe color of #bc6321 is #cc6633. Color #bc6321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100011 00100001
Octal 274 143 41
Decimal 188 99 33
Hex BC 63 21

RGB Percentages of Color #bc6321

%58.75
%30.94
%10.31

CMYK Percentages of Color #bc6321

%0
%47
%82
%26

Triadic Colors of #bc6321

#bc6321 #21bc63 #6321bc

Analogous Colors of #bc6321

#bc6321 #bcb121 #bc212d

Monochromatic Colors of #bc6321

#bc6321

Complementary Color

#bc6321 #217abc

#bc6321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6321 Color CSS Codes

.mybgcolor {background-color:#bc6321; } 
.myforecolor {color:#bc6321; }
.mybordercolor {border:3px solid #bc6321; }

#bc6321 Text Font Color

<p style="color:#bc6321">Text here</p>

This sample text font color is #bc6321
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bc6321 Background Color

<div style="background-color:#bc6321">
Div content here</div>

This div background color is #bc6321


#bc6321 Border Color

<div style="border:3px solid #bc6321">
Div here</div>

This div border color is #bc6321


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,99,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc6321; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc6321;
  -webkit-box-shadow: 1px 1px 3px 2px #bc6321;
  box-shadow:         1px 1px 3px 2px #bc6321; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,99,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc6321">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bc6321;
  -webkit-box-shadow: 1px 1px 3px 2px #bc6321;
  box-shadow:         1px 1px 3px 2px #bc6321;">
Div content here</div>

This div box has shadow with color #bc6321


Comments

No comments written yet.

Please login to write comment.