#BDAA6E

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

Shades of Gimblet #BDAA6E

Tints of Gimblet #BDAA6E

Color information

#BDAA6E (or 0xBDAA6E) is unknown color: approx Gimblet. HEX triplet: BD, AA and 6E. RGB value is (189,170,110). Sum of RGB (Red+Green+Blue) = 189+170+110=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAA6E is #425591. Grayscale: #A9A9A9. Windows color (decimal): -4347282 or 7252669. OLE color: 7252669.

HSL color Cylindrical-coordinate representation of color #BDAA6E: hue angle of 45.57º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDAA6E is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB189170110-
CMYK00.100.420.26
HSL45.57º37.44%58.63%-
HSV(B)45.57º41.8%74.12%-
XYZ38.1840.6920.59-
YUV168.8494.79142.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.30%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 110 (43.36% from 255) = 23.45%
R=40.30%
G=36.25%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917011000.100.420.2645.5737.4458.63
HexBDAA6E0A2A1A2e253b
Octal2752521560125232564573
Binary101111011010101011011100101010101011010101110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAA6E; }

 p { color: rgb(189,170,110); }

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

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

 a { background-color: rgb(189,170,110); }

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

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

 span { border-color: rgb(189,170,110); }

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