#B9AE6C

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

Shades of Gimblet #B9AE6C

Tints of Gimblet #B9AE6C

Color information

#B9AE6C (or 0xB9AE6C) is unknown color: approx Gimblet. HEX triplet: B9, AE and 6C. RGB value is (185,174,108). Sum of RGB (Red+Green+Blue) = 185+174+108=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AE6C is #465193. Grayscale: #AAAAAA. Windows color (decimal): -4608404 or 7122617. OLE color: 7122617.

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

Color convert

RGB185174108-
CMYK00.060.420.27
HSL51.43º35.48%57.45%-
HSV(B)51.43º41.62%72.55%-
XYZ37.8541.6720.24-
YUV169.7693.14138.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.61%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 108 (42.58% from 255) = 23.13%
R=39.61%
G=37.26%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517410800.060.420.2751.4335.4857.45
HexB9AE6C062A1B332339
Octal271256154065233634371
Binary10111001101011101101100011010101011011110011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AE6C; }

 p { color: rgb(185,174,108); }

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

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

 a { background-color: rgb(185,174,108); }

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

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

 span { border-color: rgb(185,174,108); }

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