Html Css Color HEX #BB7012 Ochre

📋 copy color: '#BB7012'

red 187 ◦ green 112 ◦ blue 18

#BB7012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #BB7012

Tints of Ochre #BB7012

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 value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB7012 (or 0xBB7012) is known color: 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

RGB 187 112 18 -
CMYK 0 0.40 0.90 0.27
HSL 33.37º 0.82% 0.4% -
HSV(B) 33.37º 0.9% 0.73% -
XYZ 26.4 22.2 3.47 -
YUV 123.71 68.35 173.14 -
System Red Green Blue C M Y K H S L
Decimal 187 112 18 0 0.40 0.90 0.27 33.37 0.82 0.4
Hex BB 70 12 0 28 5A 1B 21 52 28
Octal 273 160 22 0 50 132 33 41 122 50
Binary 10111011 1110000 10010 0 101000 1011010 11011 100001 1010010 101000

Color Harmonies of #BB7012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7012

Black with #BB7012

Text Example


Text Example

White with #BB7012

Text Example


Text Example

HTML Codes & Css Web 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>