#B9B15E

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

Shades of Gimblet #B9B15E

Tints of Gimblet #B9B15E

Color information

#B9B15E (or 0xB9B15E) is unknown color: approx Gimblet. HEX triplet: B9, B1 and 5E. RGB value is (185,177,94). Sum of RGB (Red+Green+Blue) = 185+177+94=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B15E is #464EA1. Grayscale: #AAAAAA. Windows color (decimal): -4607650 or 6205881. OLE color: 6205881.

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

Color convert

RGB18517794-
CMYK00.040.490.27
HSL54.73º39.39%54.71%-
HSV(B)54.73º49.19%72.55%-
XYZ37.7542.5716.82-
YUV169.9385.15138.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 177 (69.53% from 255) = 38.82%
BLUE value IS 94 (37.11% from 255) = 20.61%
R=40.57%
G=38.82%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851779400.040.490.2754.7339.3954.71
HexB9B15E04311B372737
Octal271261136046133674767
Binary10111001101100011011110010011000111011110111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B15E; }

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

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

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

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

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

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

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

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