#BB5A08

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

Shades of Tenne (Tawny) #BB5A08

Tints of Tenne (Tawny) #BB5A08

Color information

#BB5A08 (or 0xBB5A08) is unknown color: approx Tenne (Tawny). HEX triplet: BB, 5A and 08. RGB value is (187,90,8). Sum of RGB (Red+Green+Blue) = 187+90+8=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5A08 is #44A5F7. Grayscale: #6E6E6E. Windows color (decimal): -4498936 or 547515. OLE color: 547515.

HSL color Cylindrical-coordinate representation of color #BB5A08: hue angle of 27.49º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB5A08 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB187908-
CMYK00.520.960.27
HSL27.49º91.79%38.24%-
HSV(B)27.49º95.72%73.33%-
XYZ24.1917.892.41-
YUV109.6670.64183.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 65.61%
GREEN value IS 90 (35.55% from 255) = 31.58%
BLUE value IS 8 (3.52% from 255) = 2.81%
R=65.61%
G=31.58%
B=2.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18790800.520.960.2727.4991.7938.24
HexBB5A8034601B1b5c26
Octal27313210064140333313446
Binary10111011101101010000110100110000011011110111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A08; }

 p { color: rgb(187,90,8); }

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

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

 a { background-color: rgb(187,90,8); }

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

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

 span { border-color: rgb(187,90,8); }

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