#B6A068

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

Shades of Fallow #B6A068

Tints of Fallow #B6A068

Color information

#B6A068 (or 0xB6A068) is unknown color: approx Fallow. HEX triplet: B6, A0 and 68. RGB value is (182,160,104). Sum of RGB (Red+Green+Blue) = 182+160+104=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A068 is #495F97. Grayscale: #A0A0A0. Windows color (decimal): -4808600 or 6856886. OLE color: 6856886.

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

Color convert

RGB182160104-
CMYK00.120.430.29
HSL43.08º34.82%56.08%-
HSV(B)43.08º42.86%71.37%-
XYZ34.3636.0918.25-
YUV160.1996.29143.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.81%
GREEN value IS 160 (62.89% from 255) = 35.87%
BLUE value IS 104 (41.02% from 255) = 23.32%
R=40.81%
G=35.87%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216010400.120.430.2943.0834.8256.08
HexB6A0680C2B1D2b2338
Octal2662401500145335534370
Binary101101101010000011010000110010101111101101011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A068; }

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

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

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

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

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

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

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

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