Color Hex Logo

#bc904b Color Hex

#BC904B
(188,144,75)
0 Favorites   0 Comments

Color spaces of #bc904b

RGB 18814475
HSL0.100.460.52
HSV37°60°74°
CMYK 0.000.230.60   0.26
XYZ31.982331.145910.9827
Yxy31.14590.43150.4203
Hunter Lab55.80854.628527.3981
CIE-Lab62.63068.846342.4707

#bc904b color RGB value is (188,144,75).

#bc904b hex color red value is 188, green value is 144 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bc904b hue: 0.10 , saturation: 0.46 and the lightness value of bc904b is 0.52.

The process color (four color CMYK) of #bc904b color hex is 0.00, 0.23, 0.60, 0.26. Web safe color of #bc904b is #cc9933. Color #bc904b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010000 01001011
Octal 274 220 113
Decimal 188 144 75
Hex BC 90 4B

RGB Percentages of Color #bc904b

%46.19
%35.38
%18.43

CMYK Percentages of Color #bc904b

%0
%23
%60
%26

Triadic Colors of #bc904b

#bc904b #4bbc90 #904bbc

Analogous Colors of #bc904b

#bc904b #b0bc4b #bc584b

Monochromatic Colors of #bc904b

#bc904b

Complementary Color

#bc904b #4b77bc

#bc904b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc904b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc904b Color CSS Codes

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

#bc904b Text Font Color

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

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


#bc904b Background Color

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

This div background color is #bc904b


#bc904b Border Color

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

This div border color is #bc904b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc904b


Comments

No comments written yet.

Please login to write comment.