#B55F0B

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

Shades of Tenne (Tawny) #B55F0B

Tints of Tenne (Tawny) #B55F0B

Color information

#B55F0B (or 0xB55F0B) is unknown color: approx Tenne (Tawny). HEX triplet: B5, 5F and 0B. RGB value is (181,95,11). Sum of RGB (Red+Green+Blue) = 181+95+11=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55F0B is #4AA0F4. Grayscale: #6F6F6F. Windows color (decimal): -4890869 or 745397. OLE color: 745397.

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

Color convert

RGB1819511-
CMYK00.480.940.29
HSL29.65º88.54%37.65%-
HSV(B)29.65º93.92%70.98%-
XYZ23.2118.032.57-
YUV111.1471.49177.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.07%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 11 (4.69% from 255) = 3.83%
R=63.07%
G=33.10%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181951100.480.940.2929.6588.5437.65
HexB55FB0305E1D1e5926
Octal26513713060136353613146
Binary10110101101111110110110000101111011101111101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55F0B; }

 p { color: rgb(181,95,11); }

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

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

 a { background-color: rgb(181,95,11); }

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

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

 span { border-color: rgb(181,95,11); }

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