#B6976B

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

Shades of Fallow #B6976B

Tints of Fallow #B6976B

Color information

#B6976B (or 0xB6976B) is unknown color: approx Fallow. HEX triplet: B6, 97 and 6B. RGB value is (182,151,107). Sum of RGB (Red+Green+Blue) = 182+151+107=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B6976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6976B is #496894. Grayscale: #9B9B9B. Windows color (decimal): -4810901 or 7051190. OLE color: 7051190.

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

Color convert

RGB182151107-
CMYK00.170.410.29
HSL35.2º33.94%56.67%-
HSV(B)35.2º41.21%71.37%-
XYZ33.0133.1418.57-
YUV155.25100.77147.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.36%
GREEN value IS 151 (59.38% from 255) = 34.32%
BLUE value IS 107 (42.19% from 255) = 24.32%
R=41.36%
G=34.32%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215110700.170.410.2935.233.9456.67
HexB6976B011291D232239
Octal2662271530215135434271
Binary1011011010010111110101101000110100111101100011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6976B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6976B; }

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

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

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

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

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

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

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

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