#B7954F

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

Shades of Husk #B7954F

Tints of Husk #B7954F

Color information

#B7954F (or 0xB7954F) is unknown color: approx Husk. HEX triplet: B7, 95 and 4F. RGB value is (183,149,79). Sum of RGB (Red+Green+Blue) = 183+149+79=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 79 (31.25% from 255 or 19.22% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B7954F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7954F is #486AB0. Grayscale: #979797. Windows color (decimal): -4745905 or 5215671. OLE color: 5215671.

HSL color Cylindrical-coordinate representation of color #B7954F: hue angle of 40.38º 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 #B7954F is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB18314979-
CMYK00.190.570.28
HSL40.38º41.94%51.37%-
HSV(B)40.38º56.83%71.76%-
XYZ31.6932.1311.93-
YUV151.1987.26150.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 149 (58.59% from 255) = 36.25%
BLUE value IS 79 (31.25% from 255) = 19.22%
R=44.53%
G=36.25%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831497900.190.570.2840.3841.9451.37
HexB7954F013391C282a33
Octal2672251170237134505263
Binary1011011110010101100111101001111100111100101000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7954F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7954F; }

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

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

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

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

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

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

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

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