#B55B3A

Color #B55B3A Smoke Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoke Tree #B55B3A

Tints of Smoke Tree #B55B3A

Color information

#B55B3A (or 0xB55B3A) is unknown color: approx Smoke Tree. HEX triplet: B5, 5B and 3A. RGB value is (181,91,58). Sum of RGB (Red+Green+Blue) = 181+91+58=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55B3A is #4AA4C5. Grayscale: #727272. Windows color (decimal): -4891846 or 3824565. OLE color: 3824565.

HSL color Cylindrical-coordinate representation of color #B55B3A: hue angle of 16.1º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B55B3A is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB1819158-
CMYK00.500.680.29
HSL16.1º51.46%46.86%-
HSV(B)16.1º67.96%70.98%-
XYZ23.5617.616.16-
YUV114.1596.32175.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.85%
GREEN value IS 91 (35.94% from 255) = 27.58%
BLUE value IS 58 (23.05% from 255) = 17.58%
R=54.85%
G=27.58%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181915800.500.680.2916.151.4646.86
HexB55B3A032441D10332f
Octal2651337206210435206357
Binary101101011011011111010011001010001001110110000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55B3A; }

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

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

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

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

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

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

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

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