#B45B37

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

Shades of Smoke Tree #B45B37

Tints of Smoke Tree #B45B37

Color information

#B45B37 (or 0xB45B37) is unknown color: approx Smoke Tree. HEX triplet: B4, 5B and 37. RGB value is (180,91,55). Sum of RGB (Red+Green+Blue) = 180+91+55=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45B37 is #4BA4C8. Grayscale: #717171. Windows color (decimal): -4957385 or 3627956. OLE color: 3627956.

HSL color Cylindrical-coordinate representation of color #B45B37: hue angle of 17.28º 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 #B45B37 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB1809155-
CMYK00.490.690.29
HSL17.28º53.19%46.08%-
HSV(B)17.28º69.44%70.59%-
XYZ23.2517.465.76-
YUV113.5194.99175.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.21%
GREEN value IS 91 (35.94% from 255) = 27.91%
BLUE value IS 55 (21.88% from 255) = 16.87%
R=55.21%
G=27.91%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180915500.490.690.2917.2853.1946.08
HexB45B37031451D11352e
Octal2641336706110535216556
Binary101101001011011110111011000110001011110110001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45B37; }

 p { color: rgb(180,91,55); }

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

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

 a { background-color: rgb(180,91,55); }

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

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

 span { border-color: rgb(180,91,55); }

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