#BB6E14

Color #BB6E14 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #BB6E14

Tints of Ochre #BB6E14

Color information

#BB6E14 (or 0xBB6E14) is unknown color: approx Ochre. HEX triplet: BB, 6E and 14. RGB value is (187,110,20). Sum of RGB (Red+Green+Blue) = 187+110+20=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6E14 is #4491EB. Grayscale: #7B7B7B. Windows color (decimal): -4493804 or 1339067. OLE color: 1339067.

HSL color Cylindrical-coordinate representation of color #BB6E14: hue angle of 32.34º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB6E14 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB18711020-
CMYK00.410.890.27
HSL32.34º80.68%40.59%-
HSV(B)32.34º89.3%73.33%-
XYZ26.221.773.48-
YUV122.7670.01173.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.99%
GREEN value IS 110 (43.36% from 255) = 34.70%
BLUE value IS 20 (8.20% from 255) = 6.31%
R=58.99%
G=34.70%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871102000.410.890.2732.3480.6840.59
HexBB6E14029591B205129
Octal27315624051131334012151
Binary1011101111011101010001010011011001110111000001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E14; }

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

 H1.HeaderClassName
 {
   color: #BB6E14;
 }
 .AnyTagClassName
 {
   color: #BB6E14;
 }
</style>
background-color css

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

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

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

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

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

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