#B1934A

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

Shades of Husk #B1934A

Tints of Husk #B1934A

Color information

#B1934A (or 0xB1934A) is unknown color: approx Husk. HEX triplet: B1, 93 and 4A. RGB value is (177,147,74). Sum of RGB (Red+Green+Blue) = 177+147+74=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B1934A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1934A is #4E6CB5. Grayscale: #939393. Windows color (decimal): -5139638 or 4887473. OLE color: 4887473.

HSL color Cylindrical-coordinate representation of color #B1934A: hue angle of 42.52º degrees, saturation: 0.41, 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 #B1934A is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17714774-
CMYK00.170.580.31
HSL42.52º41.04%49.22%-
HSV(B)42.52º58.19%69.41%-
XYZ29.830.7110.84-
YUV147.6586.44148.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.47%
GREEN value IS 147 (57.81% from 255) = 36.93%
BLUE value IS 74 (29.30% from 255) = 18.59%
R=44.47%
G=36.93%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771477400.170.580.3142.5241.0449.22
HexB1934A0113A1F2b2931
Octal2612231120217237535161
Binary1011000110010011100101001000111101011111101011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1934A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1934A; }

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

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

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

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

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

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

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

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