#B4AD66

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

Shades of Gimblet #B4AD66

Tints of Gimblet #B4AD66

Color information

#B4AD66 (or 0xB4AD66) is unknown color: approx Gimblet. HEX triplet: B4, AD and 66. RGB value is (180,173,102). Sum of RGB (Red+Green+Blue) = 180+173+102=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AD66 is #4B5299. Grayscale: #A7A7A7. Windows color (decimal): -4936346 or 6729140. OLE color: 6729140.

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

Color convert

RGB180173102-
CMYK00.040.430.29
HSL54.62º34.21%55.29%-
HSV(B)54.62º43.33%70.59%-
XYZ36.1640.5518.49-
YUV16791.32137.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 173 (67.97% from 255) = 38.02%
BLUE value IS 102 (40.23% from 255) = 22.42%
R=39.56%
G=38.02%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017310200.040.430.2954.6234.2155.29
HexB4AD66042B1D372237
Octal264255146045335674267
Binary10110100101011011100110010010101111101110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD66; }

 p { color: rgb(180,173,102); }

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

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

 a { background-color: rgb(180,173,102); }

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

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

 span { border-color: rgb(180,173,102); }

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