#B19350

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

Shades of Husk #B19350

Tints of Husk #B19350

Color information

#B19350 (or 0xB19350) is unknown color: approx Husk. HEX triplet: B1, 93 and 50. RGB value is (177,147,80). Sum of RGB (Red+Green+Blue) = 177+147+80=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B19350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19350 is #4E6CAF. Grayscale: #949494. Windows color (decimal): -5139632 or 5280689. OLE color: 5280689.

HSL color Cylindrical-coordinate representation of color #B19350: hue angle of 41.44º 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 #B19350 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17714780-
CMYK00.170.550.31
HSL41.44º38.34%50.39%-
HSV(B)41.44º54.8%69.41%-
XYZ30.0130.7911.95-
YUV148.3389.44148.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 147 (57.81% from 255) = 36.39%
BLUE value IS 80 (31.64% from 255) = 19.80%
R=43.81%
G=36.39%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771478000.170.550.3141.4438.3450.39
HexB19350011371F292632
Octal2612231200216737514662
Binary1011000110010011101000001000111011111111101001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19350; }

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

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

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

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

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

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

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

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