#B4AA6D

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

Shades of Gimblet #B4AA6D

Tints of Gimblet #B4AA6D

Color information

#B4AA6D (or 0xB4AA6D) is unknown color: approx Gimblet. HEX triplet: B4, AA and 6D. RGB value is (180,170,109). Sum of RGB (Red+Green+Blue) = 180+170+109=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA6D is #4B5592. Grayscale: #A6A6A6. Windows color (decimal): -4937107 or 7187124. OLE color: 7187124.

HSL color Cylindrical-coordinate representation of color #B4AA6D: hue angle of 51.55º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4AA6D is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB180170109-
CMYK00.060.390.29
HSL51.55º32.13%56.67%-
HSV(B)51.55º39.44%70.59%-
XYZ35.9639.5620.21-
YUV166.0495.81137.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 109 (42.97% from 255) = 23.75%
R=39.22%
G=37.04%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017010900.060.390.2951.5532.1356.67
HexB4AA6D06271D342039
Octal264252155064735644071
Binary10110100101010101101101011010011111101110100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA6D; }

 p { color: rgb(180,170,109); }

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

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

 a { background-color: rgb(180,170,109); }

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

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

 span { border-color: rgb(180,170,109); }

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