#B49648

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

Shades of Husk #B49648

Tints of Husk #B49648

Color information

#B49648 (or 0xB49648) is unknown color: approx Husk. HEX triplet: B4, 96 and 48. RGB value is (180,150,72). Sum of RGB (Red+Green+Blue) = 180+150+72=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B49648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49648 is #4B69B7. Grayscale: #969696. Windows color (decimal): -4942264 or 4757172. OLE color: 4757172.

HSL color Cylindrical-coordinate representation of color #B49648: hue angle of 43.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B49648 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18015072-
CMYK00.170.600.29
HSL43.33º42.86%49.41%-
HSV(B)43.33º60%70.59%-
XYZ30.931.9810.68-
YUV150.0883.94149.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 150 (58.98% from 255) = 37.31%
BLUE value IS 72 (28.52% from 255) = 17.91%
R=44.78%
G=37.31%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801507200.170.600.2943.3342.8649.41
HexB496480113C1D2b2b31
Octal2642261100217435535361
Binary1011010010010110100100001000111110011101101011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49648; }

 p { color: rgb(180,150,72); }

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

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

 a { background-color: rgb(180,150,72); }

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

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

 span { border-color: rgb(180,150,72); }

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