#B9B160

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

Shades of Gimblet #B9B160

Tints of Gimblet #B9B160

Color information

#B9B160 (or 0xB9B160) is unknown color: approx Gimblet. HEX triplet: B9, B1 and 60. RGB value is (185,177,96). Sum of RGB (Red+Green+Blue) = 185+177+96=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B160 is #464E9F. Grayscale: #AAAAAA. Windows color (decimal): -4607648 or 6336953. OLE color: 6336953.

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

Color convert

RGB18517796-
CMYK00.040.480.27
HSL54.61º38.86%55.1%-
HSV(B)54.61º48.11%72.55%-
XYZ37.8442.617.3-
YUV170.1686.15138.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 177 (69.53% from 255) = 38.65%
BLUE value IS 96 (37.89% from 255) = 20.96%
R=40.39%
G=38.65%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851779600.040.480.2754.6138.8655.1
HexB9B16004301B372737
Octal271261140046033674767
Binary10111001101100011100000010011000011011110111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B160; }

 p { color: rgb(185,177,96); }

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

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

 a { background-color: rgb(185,177,96); }

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

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

 span { border-color: rgb(185,177,96); }

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