#B9AE6A

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

Shades of Gimblet #B9AE6A

Tints of Gimblet #B9AE6A

Color information

#B9AE6A (or 0xB9AE6A) is unknown color: approx Gimblet. HEX triplet: B9, AE and 6A. RGB value is (185,174,106). Sum of RGB (Red+Green+Blue) = 185+174+106=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AE6A is #465195. Grayscale: #A9A9A9. Windows color (decimal): -4608406 or 6991545. OLE color: 6991545.

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

Color convert

RGB185174106-
CMYK00.060.430.27
HSL51.65º36.07%57.06%-
HSV(B)51.65º42.7%72.55%-
XYZ37.7541.6319.68-
YUV169.5492.14139.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.78%
GREEN value IS 174 (68.36% from 255) = 37.42%
BLUE value IS 106 (41.80% from 255) = 22.80%
R=39.78%
G=37.42%
B=22.80%

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
Decimal18517410600.060.430.2751.6536.0757.06
HexB9AE6A062B1B342439
Octal271256152065333644471
Binary10111001101011101101010011010101111011110100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AE6A; }

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

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

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

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

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

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

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

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