#B5A669

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

Shades of Gimblet #B5A669

Tints of Gimblet #B5A669

Color information

#B5A669 (or 0xB5A669) is unknown color: approx Gimblet. HEX triplet: B5, A6 and 69. RGB value is (181,166,105). Sum of RGB (Red+Green+Blue) = 181+166+105=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A669 is #4A5996. Grayscale: #A3A3A3. Windows color (decimal): -4872599 or 6923957. OLE color: 6923957.

HSL color Cylindrical-coordinate representation of color #B5A669: hue angle of 48.16º 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 #B5A669 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB181166105-
CMYK00.080.420.29
HSL48.16º33.93%56.08%-
HSV(B)48.16º41.99%70.98%-
XYZ35.2438.1218.86-
YUV163.5394.97140.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 166 (65.23% from 255) = 36.73%
BLUE value IS 105 (41.41% from 255) = 23.23%
R=40.04%
G=36.73%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116610500.080.420.2948.1633.9356.08
HexB5A669082A1D302238
Octal2652461510105235604270
Binary101101011010011011010010100010101011101110000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A669; }

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

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

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

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

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

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

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

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