#B19547

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

Shades of Husk #B19547

Tints of Husk #B19547

Color information

#B19547 (or 0xB19547) is unknown color: approx Husk. HEX triplet: B1, 95 and 47. RGB value is (177,149,71). Sum of RGB (Red+Green+Blue) = 177+149+71=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B19547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19547 is #4E6AB8. Grayscale: #949494. Windows color (decimal): -5139129 or 4691377. OLE color: 4691377.

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

Color convert

RGB17714971-
CMYK00.160.600.31
HSL44.15º42.74%48.63%-
HSV(B)44.15º59.89%69.41%-
XYZ30.0231.310.42-
YUV148.4884.28148.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 149 (58.59% from 255) = 37.53%
BLUE value IS 71 (28.12% from 255) = 17.88%
R=44.58%
G=37.53%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771497100.160.600.3144.1542.7448.63
HexB195470103C1F2c2b31
Octal2612251070207437545361
Binary1011000110010101100011101000011110011111101100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19547; }

 p { color: rgb(177,149,71); }

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

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

 a { background-color: rgb(177,149,71); }

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

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

 span { border-color: rgb(177,149,71); }

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