#B9AF61

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

Shades of Gimblet #B9AF61

Tints of Gimblet #B9AF61

Color information

#B9AF61 (or 0xB9AF61) is unknown color: approx Gimblet. HEX triplet: B9, AF and 61. RGB value is (185,175,97). Sum of RGB (Red+Green+Blue) = 185+175+97=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF61 is #46509E. Grayscale: #A9A9A9. Windows color (decimal): -4608159 or 6401977. OLE color: 6401977.

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

Color convert

RGB18517597-
CMYK00.050.480.27
HSL53.18º38.6%55.29%-
HSV(B)53.18º47.57%72.55%-
XYZ37.541.8417.41-
YUV169.187.31139.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 175 (68.75% from 255) = 38.29%
BLUE value IS 97 (38.28% from 255) = 21.23%
R=40.48%
G=38.29%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851759700.050.480.2753.1838.655.29
HexB9AF6105301B352737
Octal271257141056033654767
Binary10111001101011111100001010111000011011110101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AF61; }

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

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

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

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

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

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

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

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