Html Css Color HEX #BB5504 Tenne (Tawny)

📋 copy color: '#BB5504'

red 187 ◦ green 85 ◦ blue 4

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

Shades of Tenne (Tawny) #BB5504

Tints of Tenne (Tawny) #BB5504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 67.75%
G = 30.8%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB5504 (or 0xBB5504) is known color: Tenne (Tawny). HEX triplet: BB, 55 and 04. RGB value is (187,85,4). Sum of RGB (Red+Green+Blue) = 187+85+4=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5504 is #44AAFB. Grayscale: #6A6A6A. Windows color (decimal): -4500220 or 284091. OLE color: 284091.

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

Color convert

RGB 187 85 4 -
CMYK 0 0.55 0.98 0.27
HSL 26.56º 0.96% 0.37% -
HSV(B) 26.56º 0.98% 0.73% -
XYZ 23.76 17.07 2.16 -
YUV 106.26 70.29 185.59 -
System Red Green Blue C M Y K H S L
Decimal 187 85 4 0 0.55 0.98 0.27 26.56 0.96 0.37
Hex BB 55 4 0 37 62 1B 1B 60 25
Octal 273 125 4 0 67 142 33 33 140 45
Binary 10111011 1010101 100 0 110111 1100010 11011 11011 1100000 100101

Color Harmonies of #BB5504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5504

Black with #BB5504

Text Example


Text Example

White with #BB5504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5504; }

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

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

background-color css

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

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

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

border-color css

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

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

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