Color Hex Logo

#bc8929 Color Hex

#BC8929
(188,137,41)
0 Favorites   0 Comments

Color spaces of #bc8929

RGB 18813741
HSL0.110.640.45
HSV39°78°74°
CMYK 0.000.270.78   0.26
XYZ30.084928.74286.0601
Yxy28.74280.46360.4430
Hunter Lab53.61236.344930.8267
CIE-Lab60.554010.779355.6289

#bc8929 color RGB value is (188,137,41).

#bc8929 hex color red value is 188, green value is 137 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bc8929 hue: 0.11 , saturation: 0.64 and the lightness value of bc8929 is 0.45.

The process color (four color CMYK) of #bc8929 color hex is 0.00, 0.27, 0.78, 0.26. Web safe color of #bc8929 is #cc9933. Color #bc8929 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001001 00101001
Octal 274 211 51
Decimal 188 137 41
Hex BC 89 29

RGB Percentages of Color #bc8929

%51.37
%37.43
%11.20

CMYK Percentages of Color #bc8929

%0
%27
%78
%26

Triadic Colors of #bc8929

#bc8929 #29bc89 #8929bc

Analogous Colors of #bc8929

#bc8929 #a6bc29 #bc4029

Monochromatic Colors of #bc8929

#bc8929

Complementary Color

#bc8929 #295cbc

#bc8929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8929 Color CSS Codes

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

#bc8929 Text Font Color

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

This sample text font color is #bc8929
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.


#bc8929 Background Color

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

This div background color is #bc8929


#bc8929 Border Color

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

This div border color is #bc8929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8929


Comments

No comments written yet.

Please login to write comment.