#B55E33

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

Shades of Smoke Tree #B55E33

Tints of Smoke Tree #B55E33

Color information

#B55E33 (or 0xB55E33) is unknown color: approx Smoke Tree. HEX triplet: B5, 5E and 33. RGB value is (181,94,51). Sum of RGB (Red+Green+Blue) = 181+94+51=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55E33 is #4AA1CC. Grayscale: #737373. Windows color (decimal): -4891085 or 3366581. OLE color: 3366581.

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

Color convert

RGB1819451-
CMYK00.480.720.29
HSL19.85º56.03%45.49%-
HSV(B)19.85º71.82%70.98%-
XYZ23.6618.075.37-
YUV115.1191.82175-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.52%
GREEN value IS 94 (37.11% from 255) = 28.83%
BLUE value IS 51 (20.31% from 255) = 15.64%
R=55.52%
G=28.83%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181945100.480.720.2919.8556.0345.49
HexB55E33030481D14382d
Octal2651366306011035247055
Binary101101011011110110011011000010010001110110100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55E33; }

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

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

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

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

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

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

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

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