#B55E0E

Color #B55E0E Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #B55E0E

Tints of Tenne (Tawny) #B55E0E

Color information

#B55E0E (or 0xB55E0E) is unknown color: approx Tenne (Tawny). HEX triplet: B5, 5E and 0E. RGB value is (181,94,14). Sum of RGB (Red+Green+Blue) = 181+94+14=289 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.63% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55E0E is #4AA1F1. Grayscale: #6F6F6F. Windows color (decimal): -4891122 or 941749. OLE color: 941749.

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

Color convert

RGB1819414-
CMYK00.480.920.29
HSL28.74º85.64%38.24%-
HSV(B)28.74º92.27%70.98%-
XYZ23.1417.862.64-
YUV110.8973.32178-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.63%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 14 (5.86% from 255) = 4.84%
R=62.63%
G=32.53%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181941400.480.920.2928.7485.6438.24
HexB55EE0305C1D1d5626
Octal26513616060134353512646
Binary10110101101111011100110000101110011101111011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55E0E; }

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

 H1.HeaderClassName
 {
   color: #B55E0E;
 }
 .AnyTagClassName
 {
   color: #B55E0E;
 }
</style>
background-color css

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

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

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

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

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

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