#BC6B16

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

Shades of Ochre #BC6B16

Tints of Ochre #BC6B16

Color information

#BC6B16 (or 0xBC6B16) is unknown color: approx Ochre. HEX triplet: BC, 6B and 16. RGB value is (188,107,22). Sum of RGB (Red+Green+Blue) = 188+107+22=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6B16 is #4394E9. Grayscale: #797979. Windows color (decimal): -4429034 or 1469372. OLE color: 1469372.

HSL color Cylindrical-coordinate representation of color #BC6B16: hue angle of 30.72º 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 #BC6B16 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB18810722-
CMYK00.430.880.26
HSL30.72º79.05%41.18%-
HSV(B)30.72º88.3%73.73%-
XYZ26.1421.263.49-
YUV121.5371.84175.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.31%
GREEN value IS 107 (42.19% from 255) = 33.75%
BLUE value IS 22 (8.98% from 255) = 6.94%
R=59.31%
G=33.75%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881072200.430.880.2630.7279.0541.18
HexBC6B1602B581A1f4f29
Octal27415326053130323711751
Binary101111001101011101100101011101100011010111111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B16; }

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

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

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

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

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

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

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

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