#B5A66A

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

Shades of Gimblet #B5A66A

Tints of Gimblet #B5A66A

Color information

#B5A66A (or 0xB5A66A) is unknown color: approx Gimblet. HEX triplet: B5, A6 and 6A. RGB value is (181,166,106). Sum of RGB (Red+Green+Blue) = 181+166+106=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A66A is #4A5995. Grayscale: #A3A3A3. Windows color (decimal): -4872598 or 6989493. OLE color: 6989493.

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

Color convert

RGB181166106-
CMYK00.080.410.29
HSL48º33.63%56.27%-
HSV(B)48º41.44%70.98%-
XYZ35.2938.1419.14-
YUV163.6495.47140.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 166 (65.23% from 255) = 36.64%
BLUE value IS 106 (41.80% from 255) = 23.40%
R=39.96%
G=36.64%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116610600.080.410.294833.6356.27
HexB5A66A08291D302238
Octal2652461520105135604270
Binary101101011010011011010100100010100111101110000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A66A; }

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

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

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

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

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

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

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

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