#B9A669

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

Shades of Gimblet #B9A669

Tints of Gimblet #B9A669

Color information

#B9A669 (or 0xB9A669) is unknown color: approx Gimblet. HEX triplet: B9, A6 and 69. RGB value is (185,166,105). Sum of RGB (Red+Green+Blue) = 185+166+105=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A669 is #465996. Grayscale: #A4A4A4. Windows color (decimal): -4610455 or 6923961. OLE color: 6923961.

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

Color convert

RGB185166105-
CMYK00.100.430.27
HSL45.75º36.36%56.86%-
HSV(B)45.75º43.24%72.55%-
XYZ36.1938.6118.91-
YUV164.7394.29142.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 166 (65.23% from 255) = 36.40%
BLUE value IS 105 (41.41% from 255) = 23.03%
R=40.57%
G=36.40%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516610500.100.430.2745.7536.3656.86
HexB9A6690A2B1B2e2439
Octal2712461510125333564471
Binary101110011010011011010010101010101111011101110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A669; }

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

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

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

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

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

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

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

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