Html Css Color HEX #B55E10 Tenne (Tawny)

📋 copy color: '#B55E10'

red 181 ◦ green 94 ◦ blue 16

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

Shades of Tenne (Tawny) #B55E10

Tints of Tenne (Tawny) #B55E10

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.3%

 BLUE value IS 16 (6.64% from 255) = 5.5%

R = 62.2%
G = 32.3%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B55E10 (or 0xB55E10) is known color: Tenne (Tawny). HEX triplet: B5, 5E and 10. RGB value is (181,94,16). Sum of RGB (Red+Green+Blue) = 181+94+16=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55E10 is #4AA1EF. Grayscale: #6F6F6F. Windows color (decimal): -4891120 or 1072821. OLE color: 1072821.

HSL color Cylindrical-coordinate representation of color #B55E10: hue angle of 28.36º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B55E10 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 94 16 -
CMYK 0 0.48 0.91 0.29
HSL 28.36º 0.84% 0.39% -
HSV(B) 28.36º 0.91% 0.71% -
XYZ 23.15 17.87 2.72 -
YUV 111.12 74.32 177.84 -
System Red Green Blue C M Y K H S L
Decimal 181 94 16 0 0.48 0.91 0.29 28.36 0.84 0.39
Hex B5 5E 10 0 30 5B 1D 1C 54 27
Octal 265 136 20 0 60 133 35 34 124 47
Binary 10110101 1011110 10000 0 110000 1011011 11101 11100 1010100 100111

Color Harmonies of #B55E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55E10

Black with #B55E10

Text Example


Text Example

White with #B55E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55E10; }

 p { color: rgb(181,94,16); }

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

background-color css

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

 a { background-color: rgb(181,94,16); }

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

border-color css

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

 span { border-color: rgb(181,94,16); }

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