#BB5B0A

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

Shades of Tenne (Tawny) #BB5B0A

Tints of Tenne (Tawny) #BB5B0A

Color information

#BB5B0A (or 0xBB5B0A) is unknown color: approx Tenne (Tawny). HEX triplet: BB, 5B and 0A. RGB value is (187,91,10). Sum of RGB (Red+Green+Blue) = 187+91+10=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5B0A is #44A4F5. Grayscale: #6E6E6E. Windows color (decimal): -4498678 or 678843. OLE color: 678843.

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

Color convert

RGB1879110-
CMYK00.510.950.27
HSL27.46º89.85%38.63%-
HSV(B)27.46º94.65%73.33%-
XYZ24.2918.072.49-
YUV110.4771.3182.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.93%
GREEN value IS 91 (35.94% from 255) = 31.60%
BLUE value IS 10 (4.30% from 255) = 3.47%
R=64.93%
G=31.60%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187911000.510.950.2727.4689.8538.63
HexBB5BA0335F1B1b5a27
Octal27313312063137333313247
Binary10111011101101110100110011101111111011110111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B0A; }

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

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

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

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

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

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

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

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