#B55E34

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

Shades of Smoke Tree #B55E34

Tints of Smoke Tree #B55E34

Color information

#B55E34 (or 0xB55E34) is unknown color: approx Smoke Tree. HEX triplet: B5, 5E and 34. RGB value is (181,94,52). Sum of RGB (Red+Green+Blue) = 181+94+52=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55E34 is #4AA1CB. Grayscale: #737373. Windows color (decimal): -4891084 or 3432117. OLE color: 3432117.

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

Color convert

RGB1819452-
CMYK00.480.710.29
HSL19.53º55.36%45.69%-
HSV(B)19.53º71.27%70.98%-
XYZ23.6818.085.49-
YUV115.2292.32174.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.35%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 52 (20.70% from 255) = 15.90%
R=55.35%
G=28.75%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181945200.480.710.2919.5355.3645.69
HexB55E34030471D14372e
Octal2651366406010735246756
Binary101101011011110110100011000010001111110110100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55E34; }

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

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

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

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

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

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

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

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