#B19847

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

Shades of Husk #B19847

Tints of Husk #B19847

Color information

#B19847 (or 0xB19847) is unknown color: approx Husk. HEX triplet: B1, 98 and 47. RGB value is (177,152,71). Sum of RGB (Red+Green+Blue) = 177+152+71=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B19847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19847 is #4E67B8. Grayscale: #969696. Windows color (decimal): -5138361 or 4692145. OLE color: 4692145.

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

Color convert

RGB17715271-
CMYK00.140.600.31
HSL45.85º42.74%48.63%-
HSV(B)45.85º59.89%69.41%-
XYZ30.532.2610.58-
YUV150.2483.28147.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.25%
GREEN value IS 152 (59.77% from 255) = 38%
BLUE value IS 71 (28.12% from 255) = 17.75%
R=44.25%
G=38%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771527100.140.600.3145.8542.7448.63
HexB198470E3C1F2e2b31
Octal2612301070167437565361
Binary101100011001100010001110111011110011111101110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19847; }

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

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

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

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

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

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

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

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