#B7A270

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

Shades of Fallow #B7A270

Tints of Fallow #B7A270

Color information

#B7A270 (or 0xB7A270) is unknown color: approx Fallow. HEX triplet: B7, A2 and 70. RGB value is (183,162,112). Sum of RGB (Red+Green+Blue) = 183+162+112=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A270 is #485D8F. Grayscale: #A2A2A2. Windows color (decimal): -4742544 or 7381687. OLE color: 7381687.

HSL color Cylindrical-coordinate representation of color #B7A270: hue angle of 42.25º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7A270 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB183162112-
CMYK00.110.390.28
HSL42.25º33.02%57.84%-
HSV(B)42.25º38.8%71.76%-
XYZ35.3737.0820.62-
YUV162.5899.46142.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.04%
GREEN value IS 162 (63.67% from 255) = 35.45%
BLUE value IS 112 (44.14% from 255) = 24.51%
R=40.04%
G=35.45%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316211200.110.390.2842.2533.0257.84
HexB7A2700B271C2a213a
Octal2672421600134734524172
Binary101101111010001011100000101110011111100101010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A270; }

 p { color: rgb(183,162,112); }

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

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

 a { background-color: rgb(183,162,112); }

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

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

 span { border-color: rgb(183,162,112); }

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