#BB6B12

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

Shades of Ochre #BB6B12

Tints of Ochre #BB6B12

Color information

#BB6B12 (or 0xBB6B12) is unknown color: approx Ochre. HEX triplet: BB, 6B and 12. RGB value is (187,107,18). Sum of RGB (Red+Green+Blue) = 187+107+18=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6B12 is #4494ED. Grayscale: #797979. Windows color (decimal): -4494574 or 1207227. OLE color: 1207227.

HSL color Cylindrical-coordinate representation of color #BB6B12: hue angle of 31.6º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB6B12 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18710718-
CMYK00.430.900.27
HSL31.6º82.44%40.2%-
HSV(B)31.6º90.37%73.33%-
XYZ25.8621.123.29-
YUV120.7770175.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.94%
GREEN value IS 107 (42.19% from 255) = 34.29%
BLUE value IS 18 (7.42% from 255) = 5.77%
R=59.94%
G=34.29%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871071800.430.900.2731.682.4440.2
HexBB6B1202B5A1B205228
Octal27315322053132334012250
Binary1011101111010111001001010111011010110111000001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6B12; }

 p { color: rgb(187,107,18); }

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

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

 a { background-color: rgb(187,107,18); }

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

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

 span { border-color: rgb(187,107,18); }

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