#b55e07

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

Shades of Tenne (Tawny) #B55E07

Tints of Tenne (Tawny) #B55E07

Color information

#B55E07 (or 0xB55E07) is unknown color: approx Tenne (Tawny). HEX triplet: B5, 5E and 07. RGB value is (181,94,7). Sum of RGB (Red+Green+Blue) = 181+94+7=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55E07 is #4AA1F8. Grayscale: #6E6E6E. Windows color (decimal): -4891129 or 482997. OLE color: 482997.

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

Color convert

RGB181947-
CMYK00.480.960.29
HSL30º92.55%36.86%-
HSV(B)30º96.13%70.98%-
XYZ23.117.842.43-
YUV110.169.82178.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.18%
GREEN value IS 94 (37.11% from 255) = 33.33%
BLUE value IS 7 (3.12% from 255) = 2.48%
R=64.18%
G=33.33%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18194700.480.960.293092.5536.86
HexB55E7030601D1e5d25
Octal2651367060140353613545
Binary1011010110111101110110000110000011101111101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b55e07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b55e07; }

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

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

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

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

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

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

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

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