#BB5A02

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

Shades of Tenne (Tawny) #BB5A02

Tints of Tenne (Tawny) #BB5A02

Color information

#BB5A02 (or 0xBB5A02) is unknown color: approx Tenne (Tawny). HEX triplet: BB, 5A and 02. RGB value is (187,90,2). Sum of RGB (Red+Green+Blue) = 187+90+2=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5A02 is #44A5FD. Grayscale: #6D6D6D. Windows color (decimal): -4498942 or 154299. OLE color: 154299.

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

Color convert

RGB187902-
CMYK00.520.990.27
HSL28.54º97.88%37.06%-
HSV(B)28.54º98.93%73.33%-
XYZ24.1617.882.24-
YUV108.9767.64183.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 67.03%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=67.03%
G=32.26%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18790200.520.990.2728.5497.8837.06
HexBB5A2034631B1d6225
Octal2731322064143333514245
Binary101110111011010100110100110001111011111011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A02; }

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

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

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

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

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

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

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

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