#B1924A

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

Shades of Husk #B1924A

Tints of Husk #B1924A

Color information

#B1924A (or 0xB1924A) is unknown color: approx Husk. HEX triplet: B1, 92 and 4A. RGB value is (177,146,74). Sum of RGB (Red+Green+Blue) = 177+146+74=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1924A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1924A is #4E6DB5. Grayscale: #939393. Windows color (decimal): -5139894 or 4887217. OLE color: 4887217.

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

Color convert

RGB17714674-
CMYK00.180.580.31
HSL41.94º41.04%49.22%-
HSV(B)41.94º58.19%69.41%-
XYZ29.6530.410.78-
YUV147.0686.77149.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 146 (57.42% from 255) = 36.78%
BLUE value IS 74 (29.30% from 255) = 18.64%
R=44.58%
G=36.78%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771467400.180.580.3141.9441.0449.22
HexB1924A0123A1F2a2931
Octal2612221120227237525161
Binary1011000110010010100101001001011101011111101010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1924A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1924A; }

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

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

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

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

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

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

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

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