#B1924F

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

Shades of Husk #B1924F

Tints of Husk #B1924F

Color information

#B1924F (or 0xB1924F) is unknown color: approx Husk. HEX triplet: B1, 92 and 4F. RGB value is (177,146,79). Sum of RGB (Red+Green+Blue) = 177+146+79=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B1924F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1924F is #4E6DB0. Grayscale: #939393. Windows color (decimal): -5139889 or 5214897. OLE color: 5214897.

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

Color convert

RGB17714679-
CMYK00.180.550.31
HSL41.02º38.58%50.2%-
HSV(B)41.02º55.37%69.41%-
XYZ29.8230.4711.71-
YUV147.6389.27148.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 79 (31.25% from 255) = 19.65%
R=44.03%
G=36.32%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771467900.180.550.3141.0238.5850.2
HexB1924F012371F292732
Octal2612221170226737514762
Binary1011000110010010100111101001011011111111101001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1924F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1924F; }

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

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

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

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

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

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

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

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