Html Css Color HEX #B55200 Tenne (Tawny)

📋 copy color: '#B55200'

red 181 ◦ green 82 ◦ blue 0

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

Shades of Tenne (Tawny) #B55200

Tints of Tenne (Tawny) #B55200

RGB

 RED value IS 181 (71.09% from 255) = 68.82%

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

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

R = 68.82%
G = 31.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B55200 (or 0xB55200) is known color: Tenne (Tawny). HEX triplet: B5, 52 and 00. RGB value is (181,82,0). Sum of RGB (Red+Green+Blue) = 181+82+0=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B55200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55200 is #4AADFF. Grayscale: #666666. Windows color (decimal): -4894208 or 21173. OLE color: 21173.

HSL color Cylindrical-coordinate representation of color #B55200: hue angle of 27.18º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B55200 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 82 0 -
CMYK 0 0.55 1 0.29
HSL 27.18º 1% 0.35% -
HSV(B) 27.18º 1% 0.71% -
XYZ 22.07 15.86 1.9 -
YUV 102.25 70.3 184.17 -
System Red Green Blue C M Y K H S L
Decimal 181 82 0 0 0.55 1 0.29 27.18 1 0.35
Hex B5 52 0 0 37 64 1D 1B 64 23
Octal 265 122 0 0 67 144 35 33 144 43
Binary 10110101 1010010 0 0 110111 1100100 11101 11011 1100100 100011

Color Harmonies of #B55200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55200

Black with #B55200

Text Example


Text Example

White with #B55200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55200; }

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

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

background-color css

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

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

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

border-color css

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

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

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