#B55F38

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

Shades of Smoke Tree #B55F38

Tints of Smoke Tree #B55F38

Color information

#B55F38 (or 0xB55F38) is unknown color: approx Smoke Tree. HEX triplet: B5, 5F and 38. RGB value is (181,95,56). Sum of RGB (Red+Green+Blue) = 181+95+56=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55F38 is #4AA0C7. Grayscale: #747474. Windows color (decimal): -4890824 or 3694517. OLE color: 3694517.

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

Color convert

RGB1819556-
CMYK00.480.690.29
HSL18.72º52.74%46.47%-
HSV(B)18.72º69.06%70.98%-
XYZ23.8618.296.01-
YUV116.2793.99174.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.52%
GREEN value IS 95 (37.5% from 255) = 28.61%
BLUE value IS 56 (22.27% from 255) = 16.87%
R=54.52%
G=28.61%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181955600.480.690.2918.7252.7446.47
HexB55F38030451D13352e
Octal2651377006010535236556
Binary101101011011111111000011000010001011110110011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55F38; }

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

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

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

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

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

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

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

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