#B7966E

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

Shades of Fallow #B7966E

Tints of Fallow #B7966E

Color information

#B7966E (or 0xB7966E) is unknown color: approx Fallow. HEX triplet: B7, 96 and 6E. RGB value is (183,150,110). Sum of RGB (Red+Green+Blue) = 183+150+110=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7966E is #486991. Grayscale: #9B9B9B. Windows color (decimal): -4745618 or 7247543. OLE color: 7247543.

HSL color Cylindrical-coordinate representation of color #B7966E: hue angle of 32.88º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7966E is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183150110-
CMYK00.180.400.28
HSL32.88º33.64%57.45%-
HSV(B)32.88º39.89%71.76%-
XYZ33.2533.0119.37-
YUV155.31102.43147.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 110 (43.36% from 255) = 24.83%
R=41.31%
G=33.86%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315011000.180.400.2832.8833.6457.45
HexB7966E012281C212239
Octal2672261560225034414271
Binary1011011110010110110111001001010100011100100001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7966E; }

 p { color: rgb(183,150,110); }

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

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

 a { background-color: rgb(183,150,110); }

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

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

 span { border-color: rgb(183,150,110); }

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