#B55B3C

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

Shades of Smoke Tree #B55B3C

Tints of Smoke Tree #B55B3C

Color information

#B55B3C (or 0xB55B3C) is unknown color: approx Smoke Tree. HEX triplet: B5, 5B and 3C. RGB value is (181,91,60). Sum of RGB (Red+Green+Blue) = 181+91+60=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55B3C is #4AA4C3. Grayscale: #727272. Windows color (decimal): -4891844 or 3955637. OLE color: 3955637.

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

Color convert

RGB1819160-
CMYK00.500.670.29
HSL15.37º50.21%47.25%-
HSV(B)15.37º66.85%70.98%-
XYZ23.6117.636.43-
YUV114.3897.32175.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.52%
GREEN value IS 91 (35.94% from 255) = 27.41%
BLUE value IS 60 (23.83% from 255) = 18.07%
R=54.52%
G=27.41%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181916000.500.670.2915.3750.2147.25
HexB55B3C032431Df322f
Octal2651337406210335176257
Binary10110101101101111110001100101000011111011111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55B3C; }

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

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

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

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

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

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

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

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