#B1934D

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

Shades of Husk #B1934D

Tints of Husk #B1934D

Color information

#B1934D (or 0xB1934D) is unknown color: approx Husk. HEX triplet: B1, 93 and 4D. RGB value is (177,147,77). Sum of RGB (Red+Green+Blue) = 177+147+77=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1934D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1934D is #4E6CB2. Grayscale: #949494. Windows color (decimal): -5139635 or 5084081. OLE color: 5084081.

HSL color Cylindrical-coordinate representation of color #B1934D: hue angle of 42º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1934D is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17714777-
CMYK00.170.560.31
HSL42º39.37%49.8%-
HSV(B)42º56.5%69.41%-
XYZ29.930.7511.38-
YUV147.9987.94148.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 147 (57.81% from 255) = 36.66%
BLUE value IS 77 (30.47% from 255) = 19.20%
R=44.14%
G=36.66%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771477700.170.560.314239.3749.8
HexB1934D011381F2a2732
Octal2612231150217037524762
Binary1011000110010011100110101000111100011111101010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1934D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1934D; }

 p { color: rgb(177,147,77); }

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

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

 a { background-color: rgb(177,147,77); }

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

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

 span { border-color: rgb(177,147,77); }

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