#B6A957

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

Shades of Gimblet #B6A957

Tints of Gimblet #B6A957

Color information

#B6A957 (or 0xB6A957) is unknown color: approx Gimblet. HEX triplet: B6, A9 and 57. RGB value is (182,169,87). Sum of RGB (Red+Green+Blue) = 182+169+87=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A957 is #4956A8. Grayscale: #A3A3A3. Windows color (decimal): -4806313 or 5745078. OLE color: 5745078.

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

Color convert

RGB18216987-
CMYK00.070.520.29
HSL51.79º39.42%52.75%-
HSV(B)51.79º52.2%71.37%-
XYZ35.239.0114.69-
YUV163.5484.81141.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.55%
GREEN value IS 169 (66.41% from 255) = 38.58%
BLUE value IS 87 (34.38% from 255) = 19.86%
R=41.55%
G=38.58%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821698700.070.520.2951.7939.4252.75
HexB6A95707341D342735
Octal266251127076435644765
Binary10110110101010011010111011111010011101110100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A957; }

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

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

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

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

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

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

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

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