#BB5B12

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

Shades of Tenne (Tawny) #BB5B12

Tints of Tenne (Tawny) #BB5B12

Color information

#BB5B12 (or 0xBB5B12) is unknown color: approx Tenne (Tawny). HEX triplet: BB, 5B and 12. RGB value is (187,91,18). Sum of RGB (Red+Green+Blue) = 187+91+18=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5B12 is #44A4ED. Grayscale: #6F6F6F. Windows color (decimal): -4498670 or 1203131. OLE color: 1203131.

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

Color convert

RGB1879118-
CMYK00.510.900.27
HSL25.92º82.44%40.2%-
HSV(B)25.92º90.37%73.33%-
XYZ24.3418.092.78-
YUV111.3875.3181.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.18%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 18 (7.42% from 255) = 6.08%
R=63.18%
G=30.74%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187911800.510.900.2725.9282.4440.2
HexBB5B120335A1B1a5228
Octal27313322063132333212250
Binary101110111011011100100110011101101011011110101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B12; }

 p { color: rgb(187,91,18); }

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

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

 a { background-color: rgb(187,91,18); }

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

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

 span { border-color: rgb(187,91,18); }

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