Html Css Color HEX #BB5502 Tenne (Tawny)

📋 copy color: '#BB5502'

red 187 ◦ green 85 ◦ blue 2

#BB5502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #BB5502

Tints of Tenne (Tawny) #BB5502

RGB

 RED value IS 187 (73.44% from 255) = 68.25%

 GREEN value IS 85 (33.59% from 255) = 31.02%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 68.25%
G = 31.02%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB5502 (or 0xBB5502) is known color: Tenne (Tawny). HEX triplet: BB, 55 and 02. RGB value is (187,85,2). Sum of RGB (Red+Green+Blue) = 187+85+2=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5502 is #44AAFD. Grayscale: #6A6A6A. Windows color (decimal): -4500222 or 153019. OLE color: 153019.

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

Color convert

RGB 187 85 2 -
CMYK 0 0.55 0.99 0.27
HSL 26.92º 0.98% 0.37% -
HSV(B) 26.92º 0.99% 0.73% -
XYZ 23.75 17.07 2.1 -
YUV 106.04 69.29 185.75 -
System Red Green Blue C M Y K H S L
Decimal 187 85 2 0 0.55 0.99 0.27 26.92 0.98 0.37
Hex BB 55 2 0 37 63 1B 1B 62 25
Octal 273 125 2 0 67 143 33 33 142 45
Binary 10111011 1010101 10 0 110111 1100011 11011 11011 1100010 100101

Color Harmonies of #BB5502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5502

Black with #BB5502

Text Example


Text Example

White with #BB5502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5502; }

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

 H1.HeaderClassName
 {
   color: #BB5502;
 }
 .AnyTagClassName
 {
   color: #BB5502;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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