Html Css Color HEX #BB6B0E Ochre

📋 copy color: '#BB6B0E'

red 187 ◦ green 107 ◦ blue 14

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

Shades of Ochre #BB6B0E

Tints of Ochre #BB6B0E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.74%

 BLUE value IS 14 (5.86% from 255) = 4.55%

R = 60.71%
G = 34.74%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB6B0E (or 0xBB6B0E) is known color: Ochre. HEX triplet: BB, 6B and 0E. RGB value is (187,107,14). Sum of RGB (Red+Green+Blue) = 187+107+14=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6B0E is #4494F1. Grayscale: #787878. Windows color (decimal): -4494578 or 945083. OLE color: 945083.

HSL color Cylindrical-coordinate representation of color #BB6B0E: hue angle of 32.25º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB6B0E is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 107 14 -
CMYK 0 0.43 0.93 0.27
HSL 32.25º 0.86% 0.39% -
HSV(B) 32.25º 0.93% 0.73% -
XYZ 25.83 21.11 3.13 -
YUV 120.32 68 175.56 -
System Red Green Blue C M Y K H S L
Decimal 187 107 14 0 0.43 0.93 0.27 32.25 0.86 0.39
Hex BB 6B E 0 2B 5D 1B 20 56 27
Octal 273 153 16 0 53 135 33 40 126 47
Binary 10111011 1101011 1110 0 101011 1011101 11011 100000 1010110 100111

Color Harmonies of #BB6B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6B0E

Black with #BB6B0E

Text Example


Text Example

White with #BB6B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6B0E; }

 p { color: rgb(187,107,14); }

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

background-color css

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

 a { background-color: rgb(187,107,14); }

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

border-color css

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

 span { border-color: rgb(187,107,14); }

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