#B19848

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

Shades of Husk #B19848

Tints of Husk #B19848

Color information

#B19848 (or 0xB19848) is unknown color: approx Husk. HEX triplet: B1, 98 and 48. RGB value is (177,152,72). Sum of RGB (Red+Green+Blue) = 177+152+72=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B19848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19848 is #4E67B7. Grayscale: #969696. Windows color (decimal): -5138360 or 4757681. OLE color: 4757681.

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

Color convert

RGB17715272-
CMYK00.140.590.31
HSL45.71º42.17%48.82%-
HSV(B)45.71º59.32%69.41%-
XYZ30.5332.2710.75-
YUV150.3583.78147-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 152 (59.77% from 255) = 37.91%
BLUE value IS 72 (28.52% from 255) = 17.96%
R=44.14%
G=37.91%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771527200.140.590.3145.7142.1748.82
HexB198480E3B1F2e2a31
Octal2612301100167337565261
Binary101100011001100010010000111011101111111101110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19848; }

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

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

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

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

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

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

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

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