#B19650

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

Shades of Husk #B19650

Tints of Husk #B19650

Color information

#B19650 (or 0xB19650) is unknown color: approx Husk. HEX triplet: B1, 96 and 50. RGB value is (177,150,80). Sum of RGB (Red+Green+Blue) = 177+150+80=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B19650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19650 is #4E69AF. Grayscale: #969696. Windows color (decimal): -5138864 or 5281457. OLE color: 5281457.

HSL color Cylindrical-coordinate representation of color #B19650: hue angle of 43.3º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B19650 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17715080-
CMYK00.150.550.31
HSL43.3º38.34%50.39%-
HSV(B)43.3º54.8%69.41%-
XYZ30.4931.7412.11-
YUV150.0988.45147.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 150 (58.98% from 255) = 36.86%
BLUE value IS 80 (31.64% from 255) = 19.66%
R=43.49%
G=36.86%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771508000.150.550.3143.338.3450.39
HexB196500F371F2b2632
Octal2612261200176737534662
Binary101100011001011010100000111111011111111101011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19650; }

 p { color: rgb(177,150,80); }

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

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

 a { background-color: rgb(177,150,80); }

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

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

 span { border-color: rgb(177,150,80); }

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