Html Css Color HEX #BB5200 Tenne (Tawny)

📋 copy color: '#BB5200'

red 187 ◦ green 82 ◦ blue 0

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

Shades of Tenne (Tawny) #BB5200

Tints of Tenne (Tawny) #BB5200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.48%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.52%
G = 30.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB5200 (or 0xBB5200) is known color: Tenne (Tawny). HEX triplet: BB, 52 and 00. RGB value is (187,82,0). Sum of RGB (Red+Green+Blue) = 187+82+0=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5200 is #44ADFF. Grayscale: #686868. Windows color (decimal): -4500992 or 21179. OLE color: 21179.

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

Color convert

RGB 187 82 0 -
CMYK 0 0.56 1 0.27
HSL 26.31º 1% 0.37% -
HSV(B) 26.31º 1% 0.73% -
XYZ 23.51 16.6 1.96 -
YUV 104.05 69.29 187.17 -
System Red Green Blue C M Y K H S L
Decimal 187 82 0 0 0.56 1 0.27 26.31 1 0.37
Hex BB 52 0 0 38 64 1B 1A 64 25
Octal 273 122 0 0 70 144 33 32 144 45
Binary 10111011 1010010 0 0 111000 1100100 11011 11010 1100100 100101

Color Harmonies of #BB5200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5200

Black with #BB5200

Text Example


Text Example

White with #BB5200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5200; }

 p { color: rgb(187,82,0); }

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

background-color css

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

 a { background-color: rgb(187,82,0); }

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

border-color css

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

 span { border-color: rgb(187,82,0); }

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