#B19448

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

Shades of Husk #B19448

Tints of Husk #B19448

Color information

#B19448 (or 0xB19448) is unknown color: approx Husk. HEX triplet: B1, 94 and 48. RGB value is (177,148,72). Sum of RGB (Red+Green+Blue) = 177+148+72=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B19448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19448 is #4E6BB7. Grayscale: #949494. Windows color (decimal): -5139384 or 4756657. OLE color: 4756657.

HSL color Cylindrical-coordinate representation of color #B19448: hue angle of 43.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B19448 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17714872-
CMYK00.160.590.31
HSL43.43º42.17%48.82%-
HSV(B)43.43º59.32%69.41%-
XYZ29.8930.9910.54-
YUV148.0185.11148.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 72 (28.52% from 255) = 18.14%
R=44.58%
G=37.28%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771487200.160.590.3143.4342.1748.82
HexB194480103B1F2b2a31
Octal2612241100207337535261
Binary1011000110010100100100001000011101111111101011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19448; }

 p { color: rgb(177,148,72); }

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

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

 a { background-color: rgb(177,148,72); }

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

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

 span { border-color: rgb(177,148,72); }

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