Html Css Color HEX #BB6E13 Ochre

📋 copy color: '#BB6E13'

red 187 ◦ green 110 ◦ blue 19

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

Shades of Ochre #BB6E13

Tints of Ochre #BB6E13

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.81%

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

R = 59.18%
G = 34.81%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB6E13 (or 0xBB6E13) is known color: Ochre. HEX triplet: BB, 6E and 13. RGB value is (187,110,19). Sum of RGB (Red+Green+Blue) = 187+110+19=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6E13 is #4491EC. Grayscale: #7B7B7B. Windows color (decimal): -4493805 or 1273531. OLE color: 1273531.

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

Color convert

RGB 187 110 19 -
CMYK 0 0.41 0.90 0.27
HSL 32.5º 0.82% 0.4% -
HSV(B) 32.5º 0.9% 0.73% -
XYZ 26.19 21.76 3.44 -
YUV 122.65 69.51 173.9 -
System Red Green Blue C M Y K H S L
Decimal 187 110 19 0 0.41 0.90 0.27 32.5 0.82 0.4
Hex BB 6E 13 0 29 5A 1B 20 52 28
Octal 273 156 23 0 51 132 33 40 122 50
Binary 10111011 1101110 10011 0 101001 1011010 11011 100000 1010010 101000

Color Harmonies of #BB6E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6E13

Black with #BB6E13

Text Example


Text Example

White with #BB6E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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