Html Css Color HEX #B55502 Tenne (Tawny)

📋 copy color: '#B55502'

red 181 ◦ green 85 ◦ blue 2

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

Shades of Tenne (Tawny) #B55502

Tints of Tenne (Tawny) #B55502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 67.54%
G = 31.72%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B55502 (or 0xB55502) is known color: Tenne (Tawny). HEX triplet: B5, 55 and 02. RGB value is (181,85,2). Sum of RGB (Red+Green+Blue) = 181+85+2=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B55502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55502 is #4AAAFD. Grayscale: #686868. Windows color (decimal): -4893438 or 153013. OLE color: 153013.

HSL color Cylindrical-coordinate representation of color #B55502: hue angle of 27.82º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B55502 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 85 2 -
CMYK 0 0.53 0.99 0.29
HSL 27.82º 0.98% 0.36% -
HSV(B) 27.82º 0.99% 0.71% -
XYZ 22.32 16.33 2.03 -
YUV 104.24 70.3 182.75 -
System Red Green Blue C M Y K H S L
Decimal 181 85 2 0 0.53 0.99 0.29 27.82 0.98 0.36
Hex B5 55 2 0 35 63 1D 1C 62 24
Octal 265 125 2 0 65 143 35 34 142 44
Binary 10110101 1010101 10 0 110101 1100011 11101 11100 1100010 100100

Color Harmonies of #B55502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55502

Black with #B55502

Text Example


Text Example

White with #B55502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55502; }

 p { color: rgb(181,85,2); }

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

background-color css

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

 a { background-color: rgb(181,85,2); }

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

border-color css

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

 span { border-color: rgb(181,85,2); }

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