#B46031

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

Shades of Smoke Tree #B46031

Tints of Smoke Tree #B46031

Color information

#B46031 (or 0xB46031) is unknown color: approx Smoke Tree. HEX triplet: B4, 60 and 31. RGB value is (180,96,49). Sum of RGB (Red+Green+Blue) = 180+96+49=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B46031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46031 is #4B9FCE. Grayscale: #747474. Windows color (decimal): -4956111 or 3236020. OLE color: 3236020.

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

Color convert

RGB1809649-
CMYK00.470.730.29
HSL21.53º57.21%44.9%-
HSV(B)21.53º72.78%70.59%-
XYZ23.5618.295.19-
YUV115.7690.33173.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.38%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 49 (19.53% from 255) = 15.08%
R=55.38%
G=29.54%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180964900.470.730.2921.5357.2144.9
HexB4603102F491D16392d
Octal2641406105711135267155
Binary101101001100000110001010111110010011110110110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46031; }

 p { color: rgb(180,96,49); }

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

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

 a { background-color: rgb(180,96,49); }

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

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

 span { border-color: rgb(180,96,49); }

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