#B19B4B

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

Shades of Husk #B19B4B

Tints of Husk #B19B4B

Color information

#B19B4B (or 0xB19B4B) is unknown color: approx Husk. HEX triplet: B1, 9B and 4B. RGB value is (177,155,75). Sum of RGB (Red+Green+Blue) = 177+155+75=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19B4B is #4E64B4. Grayscale: #989898. Windows color (decimal): -5137589 or 4955057. OLE color: 4955057.

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

Color convert

RGB17715575-
CMYK00.120.580.31
HSL47.06º40.48%49.41%-
HSV(B)47.06º57.63%69.41%-
XYZ31.1233.311.44-
YUV152.4684.29145.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 155 (60.94% from 255) = 38.08%
BLUE value IS 75 (29.69% from 255) = 18.43%
R=43.49%
G=38.08%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771557500.120.580.3147.0640.4849.41
HexB19B4B0C3A1F2f2831
Octal2612331130147237575061
Binary101100011001101110010110110011101011111101111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19B4B; }

 p { color: rgb(177,155,75); }

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

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

 a { background-color: rgb(177,155,75); }

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

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

 span { border-color: rgb(177,155,75); }

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