Color Hex Logo

#bc904a Color Hex

#BC904A
(188,144,74)
0 Favorites   0 Comments

Color spaces of #bc904a

RGB 18814474
HSL0.100.460.51
HSV37°61°74°
CMYK 0.000.230.61   0.26
XYZ31.948331.132310.8038
Yxy31.13230.43240.4214
Hunter Lab55.79634.563427.5772
CIE-Lab62.61928.772442.9593

#bc904a color RGB value is (188,144,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010000 01001010
Octal 274 220 112
Decimal 188 144 74
Hex BC 90 4A

RGB Percentages of Color #bc904a

%46.31
%35.47
%18.23

CMYK Percentages of Color #bc904a

%0
%23
%61
%26

Triadic Colors of #bc904a

#bc904a #4abc90 #904abc

Analogous Colors of #bc904a

#bc904a #afbc4a #bc574a

Monochromatic Colors of #bc904a

#bc904a

Complementary Color

#bc904a #4a76bc

#bc904a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc904a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc904a Color CSS Codes

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

#bc904a Text Font Color

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

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


#bc904a Background Color

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

This div background color is #bc904a


#bc904a Border Color

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

This div border color is #bc904a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc904a


Comments

No comments written yet.

Please login to write comment.