#B9976F

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

Shades of Fallow #B9976F

Tints of Fallow #B9976F

Color information

#B9976F (or 0xB9976F) is unknown color: approx Fallow. HEX triplet: B9, 97 and 6F. RGB value is (185,151,111). Sum of RGB (Red+Green+Blue) = 185+151+111=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B9976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9976F is #466890. Grayscale: #9C9C9C. Windows color (decimal): -4614289 or 7313337. OLE color: 7313337.

HSL color Cylindrical-coordinate representation of color #B9976F: hue angle of 32.43º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9976F is Cyan = 0, Magento = 0.18, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB185151111-
CMYK00.180.40.27
HSL32.43º34.58%58.04%-
HSV(B)32.43º40%72.55%-
XYZ33.9433.619.73-
YUV156.61102.26148.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.39%
GREEN value IS 151 (59.38% from 255) = 33.78%
BLUE value IS 111 (43.75% from 255) = 24.83%
R=41.39%
G=33.78%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515111100.180.40.2732.4334.5858.04
HexB9976F012281B20233a
Octal2712271570225033404372
Binary1011100110010111110111101001010100011011100000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9976F; }

 p { color: rgb(185,151,111); }

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

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

 a { background-color: rgb(185,151,111); }

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

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

 span { border-color: rgb(185,151,111); }

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