#B6A965

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

Shades of Gimblet #B6A965

Tints of Gimblet #B6A965

Color information

#B6A965 (or 0xB6A965) is unknown color: approx Gimblet. HEX triplet: B6, A9 and 65. RGB value is (182,169,101). Sum of RGB (Red+Green+Blue) = 182+169+101=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A965 is #49569A. Grayscale: #A5A5A5. Windows color (decimal): -4806299 or 6662582. OLE color: 6662582.

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

Color convert

RGB182169101-
CMYK00.070.450.29
HSL50.37º35.68%55.49%-
HSV(B)50.37º44.51%71.37%-
XYZ35.8339.2618-
YUV165.1491.81140.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.27%
GREEN value IS 169 (66.41% from 255) = 37.39%
BLUE value IS 101 (39.84% from 255) = 22.35%
R=40.27%
G=37.39%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216910100.070.450.2950.3735.6855.49
HexB6A965072D1D322437
Octal266251145075535624467
Binary10110110101010011100101011110110111101110010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A965; }

 p { color: rgb(182,169,101); }

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

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

 a { background-color: rgb(182,169,101); }

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

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

 span { border-color: rgb(182,169,101); }

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