#B7974F

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

Shades of Husk #B7974F

Tints of Husk #B7974F

Color information

#B7974F (or 0xB7974F) is unknown color: approx Husk. HEX triplet: B7, 97 and 4F. RGB value is (183,151,79). Sum of RGB (Red+Green+Blue) = 183+151+79=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B7974F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7974F is #4868B0. Grayscale: #989898. Windows color (decimal): -4745393 or 5216183. OLE color: 5216183.

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

Color convert

RGB18315179-
CMYK00.170.570.28
HSL41.54º41.94%51.37%-
HSV(B)41.54º56.83%71.76%-
XYZ32.0132.7712.03-
YUV152.3686.6149.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.31%
GREEN value IS 151 (59.38% from 255) = 36.56%
BLUE value IS 79 (31.25% from 255) = 19.13%
R=44.31%
G=36.56%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831517900.170.570.2841.5441.9451.37
HexB7974F011391C2a2a33
Octal2672271170217134525263
Binary1011011110010111100111101000111100111100101010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7974F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7974F; }

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

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

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

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

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

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

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

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