#BC6F16

Color #BC6F16 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #BC6F16

Tints of Ochre #BC6F16

Color information

#BC6F16 (or 0xBC6F16) is unknown color: approx Ochre. HEX triplet: BC, 6F and 16. RGB value is (188,111,22). Sum of RGB (Red+Green+Blue) = 188+111+22=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6F16 is #4390E9. Grayscale: #7C7C7C. Windows color (decimal): -4428010 or 1470396. OLE color: 1470396.

HSL color Cylindrical-coordinate representation of color #BC6F16: hue angle of 32.17º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC6F16 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB18811122-
CMYK00.410.880.26
HSL32.17º79.05%41.18%-
HSV(B)32.17º88.3%73.73%-
XYZ26.5722.123.63-
YUV123.8870.51173.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 58.57%
GREEN value IS 111 (43.75% from 255) = 34.58%
BLUE value IS 22 (8.98% from 255) = 6.85%
R=58.57%
G=34.58%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881112200.410.880.2632.1779.0541.18
HexBC6F16029581A204f29
Octal27415726051130324011751
Binary1011110011011111011001010011011000110101000001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F16; }

 p { color: rgb(188,111,22); }

 H1.HeaderClassName
 {
   color: #BC6F16;
 }
 .AnyTagClassName
 {
   color: #BC6F16;
 }
</style>
background-color css

<style>
 a { background-color: #BC6F16; }

 a { background-color: rgb(188,111,22); }

 div.DivClassName
 {
   background-color: #BC6F16;
 }
 .BgClassName
 {
   background-color: #BC6F16;
 }
</style>
border-color css

<style>
 span { border-color: #BC6F16; }

 span { border-color: rgb(188,111,22); }

 td.TdClassName
 {
   border-color: #BC6F16;
 }
 .TagClassName
 {
   border-color: #BC6F16;
 }
</style>