Html Css Color HEX #BB7113 Ochre

📋 copy color: '#BB7113'

red 187 ◦ green 113 ◦ blue 19

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

Shades of Ochre #BB7113

Tints of Ochre #BB7113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.96%

R = 58.62%
G = 35.42%
B = 5.96%

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

#BB7113 (or 0xBB7113) is known color: Ochre. HEX triplet: BB, 71 and 13. RGB value is (187,113,19). Sum of RGB (Red+Green+Blue) = 187+113+19=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7113 is #448EEC. Grayscale: #7C7C7C. Windows color (decimal): -4493037 or 1274299. OLE color: 1274299.

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

Color convert

RGB 187 113 19 -
CMYK 0 0.40 0.90 0.27
HSL 33.57º 0.82% 0.4% -
HSV(B) 33.57º 0.9% 0.73% -
XYZ 26.52 22.42 3.55 -
YUV 124.41 68.52 172.64 -
System Red Green Blue C M Y K H S L
Decimal 187 113 19 0 0.40 0.90 0.27 33.57 0.82 0.4
Hex BB 71 13 0 28 5A 1B 22 52 28
Octal 273 161 23 0 50 132 33 42 122 50
Binary 10111011 1110001 10011 0 101000 1011010 11011 100010 1010010 101000

Color Harmonies of #BB7113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7113

Black with #BB7113

Text Example


Text Example

White with #BB7113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7113; }

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

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

background-color css

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

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

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

border-color css

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

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

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