#B9AD69

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

Shades of Gimblet #B9AD69

Tints of Gimblet #B9AD69

Color information

#B9AD69 (or 0xB9AD69) is unknown color: approx Gimblet. HEX triplet: B9, AD and 69. RGB value is (185,173,105). Sum of RGB (Red+Green+Blue) = 185+173+105=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AD69 is #465296. Grayscale: #A9A9A9. Windows color (decimal): -4608663 or 6925753. OLE color: 6925753.

HSL color Cylindrical-coordinate representation of color #B9AD69: hue angle of 51º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9AD69 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB185173105-
CMYK00.060.430.27
HSL51º36.36%56.86%-
HSV(B)51º43.24%72.55%-
XYZ37.541.2219.34-
YUV168.8491.98139.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 173 (67.97% from 255) = 37.37%
BLUE value IS 105 (41.41% from 255) = 22.68%
R=39.96%
G=37.37%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517310500.060.430.275136.3656.86
HexB9AD69062B1B332439
Octal271255151065333634471
Binary10111001101011011101001011010101111011110011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AD69; }

 p { color: rgb(185,173,105); }

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

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

 a { background-color: rgb(185,173,105); }

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

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

 span { border-color: rgb(185,173,105); }

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