#b4af66

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

Shades of Gimblet #B4AF66

Tints of Gimblet #B4AF66

Color information

#B4AF66 (or 0xB4AF66) is unknown color: approx Gimblet. HEX triplet: B4, AF and 66. RGB value is (180,175,102). Sum of RGB (Red+Green+Blue) = 180+175+102=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AF66 is #4B5099. Grayscale: #A8A8A8. Windows color (decimal): -4935834 or 6729652. OLE color: 6729652.

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

Color convert

RGB180175102-
CMYK00.030.430.29
HSL56.15º34.21%55.29%-
HSV(B)56.15º43.33%70.59%-
XYZ36.5541.3218.62-
YUV168.1790.66136.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 175 (68.75% from 255) = 38.29%
BLUE value IS 102 (40.23% from 255) = 22.32%
R=39.39%
G=38.29%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017510200.030.430.2956.1534.2155.29
HexB4AF66032B1D382237
Octal264257146035335704267
Binary1011010010101111110011001110101111101111000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4af66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4af66; }

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

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

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

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

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

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

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

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