#B1934E

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

Shades of Husk #B1934E

Tints of Husk #B1934E

Color information

#B1934E (or 0xB1934E) is unknown color: approx Husk. HEX triplet: B1, 93 and 4E. RGB value is (177,147,78). Sum of RGB (Red+Green+Blue) = 177+147+78=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B1934E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1934E is #4E6CB1. Grayscale: #949494. Windows color (decimal): -5139634 or 5149617. OLE color: 5149617.

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

Color convert

RGB17714778-
CMYK00.170.560.31
HSL41.82º38.82%50%-
HSV(B)41.82º55.93%69.41%-
XYZ29.9430.7611.57-
YUV148.188.44148.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 78 (30.86% from 255) = 19.40%
R=44.03%
G=36.57%
B=19.40%

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
Decimal1771477800.170.560.3141.8238.8250
HexB1934E011381F2a2732
Octal2612231160217037524762
Binary1011000110010011100111001000111100011111101010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1934E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1934E; }

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

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

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

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

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

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

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

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