#B7A06D

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

Shades of Fallow #B7A06D

Tints of Fallow #B7A06D

Color information

#B7A06D (or 0xB7A06D) is unknown color: approx Fallow. HEX triplet: B7, A0 and 6D. RGB value is (183,160,109). Sum of RGB (Red+Green+Blue) = 183+160+109=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A06D is #485F92. Grayscale: #A1A1A1. Windows color (decimal): -4743059 or 7184567. OLE color: 7184567.

HSL color Cylindrical-coordinate representation of color #B7A06D: hue angle of 41.35º 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 #B7A06D is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183160109-
CMYK00.130.400.28
HSL41.35º33.94%57.25%-
HSV(B)41.35º40.44%71.76%-
XYZ34.8636.3119.64-
YUV161.0698.62143.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.49%
GREEN value IS 160 (62.89% from 255) = 35.40%
BLUE value IS 109 (42.97% from 255) = 24.12%
R=40.49%
G=35.40%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316010900.130.400.2841.3533.9457.25
HexB7A06D0D281C292239
Octal2672401550155034514271
Binary101101111010000011011010110110100011100101001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A06D; }

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

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

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

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

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

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

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

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