#B7A068

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

Shades of Fallow #B7A068

Tints of Fallow #B7A068

Color information

#B7A068 (or 0xB7A068) is unknown color: approx Fallow. HEX triplet: B7, A0 and 68. RGB value is (183,160,104). Sum of RGB (Red+Green+Blue) = 183+160+104=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A068 is #485F97. Grayscale: #A0A0A0. Windows color (decimal): -4743064 or 6856887. OLE color: 6856887.

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

Color convert

RGB183160104-
CMYK00.130.430.28
HSL42.53º35.43%56.27%-
HSV(B)42.53º43.17%71.76%-
XYZ34.636.2118.26-
YUV160.4996.12144.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.94%
GREEN value IS 160 (62.89% from 255) = 35.79%
BLUE value IS 104 (41.02% from 255) = 23.27%
R=40.94%
G=35.79%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316010400.130.430.2842.5335.4356.27
HexB7A0680D2B1C2b2338
Octal2672401500155334534370
Binary101101111010000011010000110110101111100101011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A068; }

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

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

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

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

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

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

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

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