Html Css Color HEX #BB7112 Ochre

📋 copy color: '#BB7112'

red 187 ◦ green 113 ◦ blue 18

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

Shades of Ochre #BB7112

Tints of Ochre #BB7112

RGB

 RED value IS 187 (73.44% from 255) = 58.81%

 GREEN value IS 113 (44.53% from 255) = 35.53%

 BLUE value IS 18 (7.42% from 255) = 5.66%

R = 58.81%
G = 35.53%
B = 5.66%

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

#BB7112 (or 0xBB7112) is known color: Ochre. HEX triplet: BB, 71 and 12. RGB value is (187,113,18). Sum of RGB (Red+Green+Blue) = 187+113+18=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7112 is #448EED. Grayscale: #7C7C7C. Windows color (decimal): -4493038 or 1208763. OLE color: 1208763.

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

Color convert

RGB 187 113 18 -
CMYK 0 0.40 0.90 0.27
HSL 33.73º 0.82% 0.4% -
HSV(B) 33.73º 0.9% 0.73% -
XYZ 26.51 22.42 3.5 -
YUV 124.3 68.02 172.72 -
System Red Green Blue C M Y K H S L
Decimal 187 113 18 0 0.40 0.90 0.27 33.73 0.82 0.4
Hex BB 71 12 0 28 5A 1B 22 52 28
Octal 273 161 22 0 50 132 33 42 122 50
Binary 10111011 1110001 10010 0 101000 1011010 11011 100010 1010010 101000

Color Harmonies of #BB7112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7112

Black with #BB7112

Text Example


Text Example

White with #BB7112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7112; }

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

 H1.HeaderClassName
 {
   color: #BB7112;
 }
 .AnyTagClassName
 {
   color: #BB7112;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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