#B9A56F

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

Shades of Gimblet #B9A56F

Tints of Gimblet #B9A56F

Color information

#B9A56F (or 0xB9A56F) is unknown color: approx Gimblet. HEX triplet: B9, A5 and 6F. RGB value is (185,165,111). Sum of RGB (Red+Green+Blue) = 185+165+111=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A56F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A56F is #465A90. Grayscale: #A5A5A5. Windows color (decimal): -4610705 or 7316921. OLE color: 7316921.

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

Color convert

RGB185165111-
CMYK00.110.40.27
HSL43.78º34.58%58.04%-
HSV(B)43.78º40%72.55%-
XYZ36.3338.3720.53-
YUV164.8297.63142.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.13%
GREEN value IS 165 (64.84% from 255) = 35.79%
BLUE value IS 111 (43.75% from 255) = 24.08%
R=40.13%
G=35.79%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516511100.110.40.2743.7834.5858.04
HexB9A56F0B281B2c233a
Octal2712451570135033544372
Binary101110011010010111011110101110100011011101100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A56F; }

 p { color: rgb(185,165,111); }

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

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

 a { background-color: rgb(185,165,111); }

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

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

 span { border-color: rgb(185,165,111); }

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