#B7A067

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

Shades of Fallow #B7A067

Tints of Fallow #B7A067

Color information

#B7A067 (or 0xB7A067) is unknown color: approx Fallow. HEX triplet: B7, A0 and 67. RGB value is (183,160,103). Sum of RGB (Red+Green+Blue) = 183+160+103=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A067 is #485F98. Grayscale: #A0A0A0. Windows color (decimal): -4743065 or 6791351. OLE color: 6791351.

HSL color Cylindrical-coordinate representation of color #B7A067: hue angle of 42.75º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7A067 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB183160103-
CMYK00.130.440.28
HSL42.75º35.71%56.08%-
HSV(B)42.75º43.72%71.76%-
XYZ34.5536.1918-
YUV160.3895.62144.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.03%
GREEN value IS 160 (62.89% from 255) = 35.87%
BLUE value IS 103 (40.62% from 255) = 23.09%
R=41.03%
G=35.87%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316010300.130.440.2842.7535.7156.08
HexB7A0670D2C1C2b2438
Octal2672401470155434534470
Binary101101111010000011001110110110110011100101011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A067; }

 p { color: rgb(183,160,103); }

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

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

 a { background-color: rgb(183,160,103); }

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

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

 span { border-color: rgb(183,160,103); }

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