#b0974b

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

Shades of Husk #B0974B

Tints of Husk #B0974B

Color information

#B0974B (or 0xB0974B) is unknown color: approx Husk. HEX triplet: B0, 97 and 4B. RGB value is (176,151,75). Sum of RGB (Red+Green+Blue) = 176+151+75=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0974B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0974B is #4F68B4. Grayscale: #969696. Windows color (decimal): -5204149 or 4954032. OLE color: 4954032.

HSL color Cylindrical-coordinate representation of color #B0974B: hue angle of 45.15º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0974B is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17615175-
CMYK00.140.570.31
HSL45.15º40.24%49.22%-
HSV(B)45.15º57.39%69.02%-
XYZ30.2431.8711.21-
YUV149.8185.78146.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.78%
GREEN value IS 151 (59.38% from 255) = 37.56%
BLUE value IS 75 (29.69% from 255) = 18.66%
R=43.78%
G=37.56%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761517500.140.570.3145.1540.2449.22
HexB0974B0E391F2d2831
Octal2602271130167137555061
Binary101100001001011110010110111011100111111101101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0974b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0974b; }

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

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

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

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

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

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

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

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