#B9A856

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

Shades of Gimblet #B9A856

Tints of Gimblet #B9A856

Color information

#B9A856 (or 0xB9A856) is unknown color: approx Gimblet. HEX triplet: B9, A8 and 56. RGB value is (185,168,86). Sum of RGB (Red+Green+Blue) = 185+168+86=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 86 (33.98% from 255 or 19.59% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A856 is #4657A9. Grayscale: #A4A4A4. Windows color (decimal): -4609962 or 5679289. OLE color: 5679289.

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

Color convert

RGB18516886-
CMYK00.090.540.27
HSL49.7º41.42%53.14%-
HSV(B)49.7º53.51%72.55%-
XYZ35.6938.9914.45-
YUV163.7384.13143.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 168 (66.02% from 255) = 38.27%
BLUE value IS 86 (33.98% from 255) = 19.59%
R=42.14%
G=38.27%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851688600.090.540.2749.741.4253.14
HexB9A85609361B322935
Octal2712501260116633625165
Binary101110011010100010101100100111011011011110010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A856; }

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

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

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

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

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

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

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

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