#B9A76C

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

Shades of Gimblet #B9A76C

Tints of Gimblet #B9A76C

Color information

#B9A76C (or 0xB9A76C) is unknown color: approx Gimblet. HEX triplet: B9, A7 and 6C. RGB value is (185,167,108). Sum of RGB (Red+Green+Blue) = 185+167+108=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A76C is #465893. Grayscale: #A5A5A5. Windows color (decimal): -4610196 or 7120825. OLE color: 7120825.

HSL color Cylindrical-coordinate representation of color #B9A76C: hue angle of 45.97º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9A76C is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB185167108-
CMYK00.100.420.27
HSL45.97º35.48%57.45%-
HSV(B)45.97º41.62%72.55%-
XYZ36.5339.0319.8-
YUV165.6695.46141.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 167 (65.62% from 255) = 36.30%
BLUE value IS 108 (42.58% from 255) = 23.48%
R=40.22%
G=36.30%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516710800.100.420.2745.9735.4857.45
HexB9A76C0A2A1B2e2339
Octal2712471540125233564371
Binary101110011010011111011000101010101011011101110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A76C; }

 p { color: rgb(185,167,108); }

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

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

 a { background-color: rgb(185,167,108); }

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

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

 span { border-color: rgb(185,167,108); }

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