Html Css Color HEX #BB5503 Tenne (Tawny)

📋 copy color: '#BB5503'

red 187 ◦ green 85 ◦ blue 3

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

Shades of Tenne (Tawny) #BB5503

Tints of Tenne (Tawny) #BB5503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.09%

R = 68%
G = 30.91%
B = 1.09%

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

#BB5503 (or 0xBB5503) is known color: Tenne (Tawny). HEX triplet: BB, 55 and 03. RGB value is (187,85,3). Sum of RGB (Red+Green+Blue) = 187+85+3=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5503 is #44AAFC. Grayscale: #6A6A6A. Windows color (decimal): -4500221 or 218555. OLE color: 218555.

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

Color convert

RGB 187 85 3 -
CMYK 0 0.55 0.98 0.27
HSL 26.74º 0.97% 0.37% -
HSV(B) 26.74º 0.98% 0.73% -
XYZ 23.76 17.07 2.13 -
YUV 106.15 69.79 185.67 -
System Red Green Blue C M Y K H S L
Decimal 187 85 3 0 0.55 0.98 0.27 26.74 0.97 0.37
Hex BB 55 3 0 37 62 1B 1B 61 25
Octal 273 125 3 0 67 142 33 33 141 45
Binary 10111011 1010101 11 0 110111 1100010 11011 11011 1100001 100101

Color Harmonies of #BB5503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5503

Black with #BB5503

Text Example


Text Example

White with #BB5503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5503; }

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

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

background-color css

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

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

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

border-color css

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

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

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