#B45F37

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

Shades of Smoke Tree #B45F37

Tints of Smoke Tree #B45F37

Color information

#B45F37 (or 0xB45F37) is unknown color: approx Smoke Tree. HEX triplet: B4, 5F and 37. RGB value is (180,95,55). Sum of RGB (Red+Green+Blue) = 180+95+55=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45F37 is #4BA0C8. Grayscale: #747474. Windows color (decimal): -4956361 or 3628980. OLE color: 3628980.

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

Color convert

RGB1809555-
CMYK00.470.690.29
HSL19.2º53.19%46.08%-
HSV(B)19.2º69.44%70.59%-
XYZ23.618.165.88-
YUV115.8593.66173.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.55%
GREEN value IS 95 (37.5% from 255) = 28.79%
BLUE value IS 55 (21.88% from 255) = 16.67%
R=54.55%
G=28.79%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180955500.470.690.2919.253.1946.08
HexB45F3702F451D13352e
Octal2641376705710535236556
Binary101101001011111110111010111110001011110110011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45F37; }

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

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

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

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

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

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

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

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