#BB6D11

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

Shades of Ochre #BB6D11

Tints of Ochre #BB6D11

Color information

#BB6D11 (or 0xBB6D11) is unknown color: approx Ochre. HEX triplet: BB, 6D and 11. RGB value is (187,109,17). Sum of RGB (Red+Green+Blue) = 187+109+17=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6D11 is #4492EE. Grayscale: #7A7A7A. Windows color (decimal): -4494063 or 1142203. OLE color: 1142203.

HSL color Cylindrical-coordinate representation of color #BB6D11: hue angle of 32.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB6D11 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB18710917-
CMYK00.420.910.27
HSL32.47º83.33%40%-
HSV(B)32.47º90.91%73.33%-
XYZ26.0621.543.31-
YUV121.8368.84174.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.74%
GREEN value IS 109 (42.97% from 255) = 34.82%
BLUE value IS 17 (7.03% from 255) = 5.43%
R=59.74%
G=34.82%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871091700.420.910.2732.4783.3340
HexBB6D1102A5B1B205328
Octal27315521052133334012350
Binary1011101111011011000101010101011011110111000001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6D11; }

 p { color: rgb(187,109,17); }

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

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

 a { background-color: rgb(187,109,17); }

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

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

 span { border-color: rgb(187,109,17); }

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