#B19654

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

Shades of Husk #B19654

Tints of Husk #B19654

Color information

#B19654 (or 0xB19654) is unknown color: approx Husk. HEX triplet: B1, 96 and 54. RGB value is (177,150,84). Sum of RGB (Red+Green+Blue) = 177+150+84=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B19654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19654 is #4E69AB. Grayscale: #969696. Windows color (decimal): -5138860 or 5543601. OLE color: 5543601.

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

Color convert

RGB17715084-
CMYK00.150.530.31
HSL42.58º37.35%51.18%-
HSV(B)42.58º52.54%69.41%-
XYZ30.6431.812.91-
YUV150.5590.45146.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 150 (58.98% from 255) = 36.50%
BLUE value IS 84 (33.20% from 255) = 20.44%
R=43.07%
G=36.50%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771508400.150.530.3142.5837.3551.18
HexB196540F351F2b2533
Octal2612261240176537534563
Binary101100011001011010101000111111010111111101011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19654; }

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

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

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

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

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

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

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

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