#B5A06B

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

Shades of Fallow #B5A06B

Tints of Fallow #B5A06B

Color information

#B5A06B (or 0xB5A06B) is unknown color: approx Fallow. HEX triplet: B5, A0 and 6B. RGB value is (181,160,107). Sum of RGB (Red+Green+Blue) = 181+160+107=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A06B is #4A5F94. Grayscale: #A0A0A0. Windows color (decimal): -4874133 or 7053493. OLE color: 7053493.

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

Color convert

RGB181160107-
CMYK00.120.410.29
HSL42.97º33.33%56.47%-
HSV(B)42.97º40.88%70.98%-
XYZ34.2836.0319.06-
YUV160.2497.96142.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 160 (62.89% from 255) = 35.71%
BLUE value IS 107 (42.19% from 255) = 23.88%
R=40.40%
G=35.71%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116010700.120.410.2942.9733.3356.47
HexB5A06B0C291D2b2138
Octal2652401530145135534170
Binary101101011010000011010110110010100111101101011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A06B; }

 p { color: rgb(181,160,107); }

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

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

 a { background-color: rgb(181,160,107); }

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

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

 span { border-color: rgb(181,160,107); }

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