#BB7212

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

Shades of Ochre #BB7212

Tints of Ochre #BB7212

Color information

#BB7212 (or 0xBB7212) is unknown color: approx Ochre. HEX triplet: BB, 72 and 12. RGB value is (187,114,18). Sum of RGB (Red+Green+Blue) = 187+114+18=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7212 is #448DED. Grayscale: #7D7D7D. Windows color (decimal): -4492782 or 1209019. OLE color: 1209019.

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

Color convert

RGB18711418-
CMYK00.390.900.27
HSL34.08º82.44%40.2%-
HSV(B)34.08º90.37%73.33%-
XYZ26.6222.643.54-
YUV124.8867.68172.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.62%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 18 (7.42% from 255) = 5.64%
R=58.62%
G=35.74%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871141800.390.900.2734.0882.4440.2
HexBB72120275A1B225228
Octal27316222047132334212250
Binary1011101111100101001001001111011010110111000101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7212; }

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

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

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

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

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

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

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

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