#B6976F

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

Shades of Fallow #B6976F

Tints of Fallow #B6976F

Color information

#B6976F (or 0xB6976F) is unknown color: approx Fallow. HEX triplet: B6, 97 and 6F. RGB value is (182,151,111). Sum of RGB (Red+Green+Blue) = 182+151+111=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B6976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6976F is #496890. Grayscale: #9B9B9B. Windows color (decimal): -4810897 or 7313334. OLE color: 7313334.

HSL color Cylindrical-coordinate representation of color #B6976F: hue angle of 33.8º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B6976F is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB182151111-
CMYK00.170.390.29
HSL33.8º32.72%57.45%-
HSV(B)33.8º39.01%71.37%-
XYZ33.2333.2319.7-
YUV155.71102.77146.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 151 (59.38% from 255) = 34.01%
BLUE value IS 111 (43.75% from 255) = 25%
R=40.99%
G=34.01%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215111100.170.390.2933.832.7257.45
HexB6976F011271D222139
Octal2662271570214735424171
Binary1011011010010111110111101000110011111101100010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6976F; }

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

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

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

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

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

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

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

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