#b35e37

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

Shades of Smoke Tree #B35E37

Tints of Smoke Tree #B35E37

Color information

#B35E37 (or 0xB35E37) is unknown color: approx Smoke Tree. HEX triplet: B3, 5E and 37. RGB value is (179,94,55). Sum of RGB (Red+Green+Blue) = 179+94+55=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35E37 is #4CA1C8. Grayscale: #737373. Windows color (decimal): -5022153 or 3628723. OLE color: 3628723.

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

Color convert

RGB1799455-
CMYK00.470.690.30
HSL18.87º52.99%45.88%-
HSV(B)18.87º69.27%70.2%-
XYZ23.2817.865.84-
YUV114.9794.16173.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.57%
GREEN value IS 94 (37.11% from 255) = 28.66%
BLUE value IS 55 (21.88% from 255) = 16.77%
R=54.57%
G=28.66%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179945500.470.690.3018.8752.9945.88
HexB35E3702F451E13352e
Octal2631366705710536236556
Binary101100111011110110111010111110001011111010011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b35e37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b35e37; }

 p { color: rgb(179,94,55); }

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

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

 a { background-color: rgb(179,94,55); }

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

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

 span { border-color: rgb(179,94,55); }

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