#B9A870

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

Shades of Gimblet #B9A870

Tints of Gimblet #B9A870

Color information

#B9A870 (or 0xB9A870) is unknown color: approx Gimblet. HEX triplet: B9, A8 and 70. RGB value is (185,168,112). Sum of RGB (Red+Green+Blue) = 185+168+112=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A870 is #46578F. Grayscale: #A6A6A6. Windows color (decimal): -4609936 or 7383225. OLE color: 7383225.

HSL color Cylindrical-coordinate representation of color #B9A870: hue angle of 46.03º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9A870 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB185168112-
CMYK00.090.390.27
HSL46.03º34.27%58.24%-
HSV(B)46.03º39.46%72.55%-
XYZ36.9339.4921-
YUV166.797.13141.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.78%
GREEN value IS 168 (66.02% from 255) = 36.13%
BLUE value IS 112 (44.14% from 255) = 24.09%
R=39.78%
G=36.13%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516811200.090.390.2746.0334.2758.24
HexB9A87009271B2e223a
Octal2712501600114733564272
Binary101110011010100011100000100110011111011101110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A870; }

 p { color: rgb(185,168,112); }

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

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

 a { background-color: rgb(185,168,112); }

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

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

 span { border-color: rgb(185,168,112); }

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