#B7974B

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

Shades of Husk #B7974B

Tints of Husk #B7974B

Color information

#B7974B (or 0xB7974B) is unknown color: approx Husk. HEX triplet: B7, 97 and 4B. RGB value is (183,151,75). Sum of RGB (Red+Green+Blue) = 183+151+75=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B7974B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7974B is #4868B4. Grayscale: #989898. Windows color (decimal): -4745397 or 4954039. OLE color: 4954039.

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

Color convert

RGB18315175-
CMYK00.170.590.28
HSL42.22º42.86%50.59%-
HSV(B)42.22º59.02%71.76%-
XYZ31.8732.7111.29-
YUV151.984.6150.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.74%
GREEN value IS 151 (59.38% from 255) = 36.92%
BLUE value IS 75 (29.69% from 255) = 18.34%
R=44.74%
G=36.92%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831517500.170.590.2842.2242.8650.59
HexB7974B0113B1C2a2b33
Octal2672271130217334525363
Binary1011011110010111100101101000111101111100101010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7974B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7974B; }

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

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

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

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

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

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

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

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