#b55b07

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

Shades of Tenne (Tawny) #B55B07

Tints of Tenne (Tawny) #B55B07

Color information

#B55B07 (or 0xB55B07) is unknown color: approx Tenne (Tawny). HEX triplet: B5, 5B and 07. RGB value is (181,91,7). Sum of RGB (Red+Green+Blue) = 181+91+7=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55B07 is #4AA4F8. Grayscale: #6C6C6C. Windows color (decimal): -4891897 or 482229. OLE color: 482229.

HSL color Cylindrical-coordinate representation of color #B55B07: hue angle of 28.97º 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 #B55B07 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB181917-
CMYK00.500.960.29
HSL28.97º92.55%36.86%-
HSV(B)28.97º96.13%70.98%-
XYZ22.8417.322.34-
YUV108.3370.82179.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.87%
GREEN value IS 91 (35.94% from 255) = 32.62%
BLUE value IS 7 (3.12% from 255) = 2.51%
R=64.87%
G=32.62%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18191700.500.960.2928.9792.5536.86
HexB55B7032601D1d5d25
Octal2651337062140353513545
Binary1011010110110111110110010110000011101111011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b55b07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b55b07; }

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

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

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

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

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

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

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

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