#BB7012

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

Shades of Ochre #BB7012

Tints of Ochre #BB7012

Color information

#BB7012 (or 0xBB7012) is unknown color: approx Ochre. HEX triplet: BB, 70 and 12. RGB value is (187,112,18). Sum of RGB (Red+Green+Blue) = 187+112+18=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7012 is #448FED. Grayscale: #7C7C7C. Windows color (decimal): -4493294 or 1208507. OLE color: 1208507.

HSL color Cylindrical-coordinate representation of color #BB7012: hue angle of 33.37º 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 #BB7012 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18711218-
CMYK00.400.900.27
HSL33.37º82.44%40.2%-
HSV(B)33.37º90.37%73.33%-
XYZ26.422.23.47-
YUV123.7168.35173.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.99%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 18 (7.42% from 255) = 5.68%
R=58.99%
G=35.33%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871121800.400.900.2733.3782.4440.2
HexBB70120285A1B215228
Octal27316022050132334112250
Binary1011101111100001001001010001011010110111000011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7012; }

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

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

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

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

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

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

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

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