Color Hex Logo

#bc912f Color Hex

#BC912F
(188,145,47)
0 Favorites   0 Comments

Color spaces of #bc912f

RGB 18814547
HSL0.120.600.46
HSV42°75°74°
CMYK 0.000.230.75   0.26
XYZ31.377531.14747.0476
Yxy31.14740.45100.4477
Hunter Lab55.80992.689331.5798
CIE-Lab62.63196.634755.2707

#bc912f color RGB value is (188,145,47).

#bc912f hex color red value is 188, green value is 145 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bc912f hue: 0.12 , saturation: 0.60 and the lightness value of bc912f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010001 00101111
Octal 274 221 57
Decimal 188 145 47
Hex BC 91 2F

RGB Percentages of Color #bc912f

%49.47
%38.16
%12.37

CMYK Percentages of Color #bc912f

%0
%23
%75
%26

Triadic Colors of #bc912f

#bc912f #2fbc91 #912fbc

Analogous Colors of #bc912f

#bc912f #a1bc2f #bc4b2f

Monochromatic Colors of #bc912f

#bc912f

Complementary Color

#bc912f #2f5abc

#bc912f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc912f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc912f Color CSS Codes

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

#bc912f Text Font Color

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

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


#bc912f Background Color

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

This div background color is #bc912f


#bc912f Border Color

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

This div border color is #bc912f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc912f


Comments

No comments written yet.

Please login to write comment.