#B7964F

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

Shades of Husk #B7964F

Tints of Husk #B7964F

Color information

#B7964F (or 0xB7964F) is unknown color: approx Husk. HEX triplet: B7, 96 and 4F. RGB value is (183,150,79). Sum of RGB (Red+Green+Blue) = 183+150+79=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B7964F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7964F is #4869B0. Grayscale: #989898. Windows color (decimal): -4745649 or 5215927. OLE color: 5215927.

HSL color Cylindrical-coordinate representation of color #B7964F: hue angle of 40.96º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7964F is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB18315079-
CMYK00.180.570.28
HSL40.96º41.94%51.37%-
HSV(B)40.96º56.83%71.76%-
XYZ31.8532.4411.98-
YUV151.7786.93150.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.42%
GREEN value IS 150 (58.98% from 255) = 36.41%
BLUE value IS 79 (31.25% from 255) = 19.17%
R=44.42%
G=36.41%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831507900.180.570.2840.9641.9451.37
HexB7964F012391C292a33
Octal2672261170227134515263
Binary1011011110010110100111101001011100111100101001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7964F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7964F; }

 p { color: rgb(183,150,79); }

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

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

 a { background-color: rgb(183,150,79); }

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

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

 span { border-color: rgb(183,150,79); }

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