#B6A95A

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

Shades of Gimblet #B6A95A

Tints of Gimblet #B6A95A

Color information

#B6A95A (or 0xB6A95A) is unknown color: approx Gimblet. HEX triplet: B6, A9 and 5A. RGB value is (182,169,90). Sum of RGB (Red+Green+Blue) = 182+169+90=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A95A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A95A is #4956A5. Grayscale: #A4A4A4. Windows color (decimal): -4806310 or 5941686. OLE color: 5941686.

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

Color convert

RGB18216990-
CMYK00.070.510.29
HSL51.52º38.66%53.33%-
HSV(B)51.52º50.55%71.37%-
XYZ35.3239.0615.35-
YUV163.8886.31140.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 169 (66.41% from 255) = 38.32%
BLUE value IS 90 (35.55% from 255) = 20.41%
R=41.27%
G=38.32%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821699000.070.510.2951.5238.6653.33
HexB6A95A07331D342735
Octal266251132076335644765
Binary10110110101010011011010011111001111101110100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A95A; }

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

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

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

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

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

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

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

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