#B9AF5E

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

Shades of Gimblet #B9AF5E

Tints of Gimblet #B9AF5E

Color information

#B9AF5E (or 0xB9AF5E) is unknown color: approx Gimblet. HEX triplet: B9, AF and 5E. RGB value is (185,175,94). Sum of RGB (Red+Green+Blue) = 185+175+94=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF5E is #4650A1. Grayscale: #A9A9A9. Windows color (decimal): -4608162 or 6205369. OLE color: 6205369.

HSL color Cylindrical-coordinate representation of color #B9AF5E: hue angle of 53.41º 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 #B9AF5E is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB18517594-
CMYK00.050.490.27
HSL53.41º39.39%54.71%-
HSV(B)53.41º49.19%72.55%-
XYZ37.3641.7816.69-
YUV168.7685.81139.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 175 (68.75% from 255) = 38.55%
BLUE value IS 94 (37.11% from 255) = 20.70%
R=40.75%
G=38.55%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851759400.050.490.2753.4139.3954.71
HexB9AF5E05311B352737
Octal271257136056133654767
Binary10111001101011111011110010111000111011110101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AF5E; }

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

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

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

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

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

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

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

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