#B5A069

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

Shades of Gimblet #B5A069

Tints of Gimblet #B5A069

Color information

#B5A069 (or 0xB5A069) is unknown color: approx Gimblet. HEX triplet: B5, A0 and 69. RGB value is (181,160,105). Sum of RGB (Red+Green+Blue) = 181+160+105=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A069 is #4A5F96. Grayscale: #A0A0A0. Windows color (decimal): -4874135 or 6922421. OLE color: 6922421.

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

Color convert

RGB181160105-
CMYK00.120.420.29
HSL43.42º33.93%56.08%-
HSV(B)43.42º41.99%70.98%-
XYZ34.1835.9918.51-
YUV160.0196.96142.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.58%
GREEN value IS 160 (62.89% from 255) = 35.87%
BLUE value IS 105 (41.41% from 255) = 23.54%
R=40.58%
G=35.87%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116010500.120.420.2943.4233.9356.08
HexB5A0690C2A1D2b2238
Octal2652401510145235534270
Binary101101011010000011010010110010101011101101011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A069; }

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

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

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

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

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

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

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

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