#B49850

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

Shades of Husk #B49850

Tints of Husk #B49850

Color information

#B49850 (or 0xB49850) is unknown color: approx Husk. HEX triplet: B4, 98 and 50. RGB value is (180,152,80). Sum of RGB (Red+Green+Blue) = 180+152+80=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B49850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49850 is #4B67AF. Grayscale: #989898. Windows color (decimal): -4941744 or 5281972. OLE color: 5281972.

HSL color Cylindrical-coordinate representation of color #B49850: hue angle of 43.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B49850 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18015280-
CMYK00.160.560.29
HSL43.2º40%50.98%-
HSV(B)43.2º55.56%70.59%-
XYZ31.532.7412.25-
YUV152.1687.28147.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 152 (59.77% from 255) = 36.89%
BLUE value IS 80 (31.64% from 255) = 19.42%
R=43.69%
G=36.89%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801528000.160.560.2943.24050.98
HexB49850010381D2b2833
Octal2642301200207035535063
Binary1011010010011000101000001000011100011101101011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49850; }

 p { color: rgb(180,152,80); }

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

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

 a { background-color: rgb(180,152,80); }

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

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

 span { border-color: rgb(180,152,80); }

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