Html Css Color HEX #BB5508 Tenne (Tawny)

📋 copy color: '#BB5508'

red 187 ◦ green 85 ◦ blue 8

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

Shades of Tenne (Tawny) #BB5508

Tints of Tenne (Tawny) #BB5508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.86%

R = 66.79%
G = 30.36%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB5508 (or 0xBB5508) is known color: Tenne (Tawny). HEX triplet: BB, 55 and 08. RGB value is (187,85,8). Sum of RGB (Red+Green+Blue) = 187+85+8=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5508 is #44AAF7. Grayscale: #6B6B6B. Windows color (decimal): -4500216 or 546235. OLE color: 546235.

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

Color convert

RGB 187 85 8 -
CMYK 0 0.55 0.96 0.27
HSL 25.81º 0.92% 0.38% -
HSV(B) 25.81º 0.96% 0.73% -
XYZ 23.79 17.08 2.27 -
YUV 106.72 72.29 185.26 -
System Red Green Blue C M Y K H S L
Decimal 187 85 8 0 0.55 0.96 0.27 25.81 0.92 0.38
Hex BB 55 8 0 37 60 1B 1A 5C 26
Octal 273 125 10 0 67 140 33 32 134 46
Binary 10111011 1010101 1000 0 110111 1100000 11011 11010 1011100 100110

Color Harmonies of #BB5508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5508

Black with #BB5508

Text Example


Text Example

White with #BB5508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5508; }

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

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

background-color css

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

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

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

border-color css

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

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

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