#BDAA6A

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

Shades of Gimblet #BDAA6A

Tints of Gimblet #BDAA6A

Color information

#BDAA6A (or 0xBDAA6A) is unknown color: approx Gimblet. HEX triplet: BD, AA and 6A. RGB value is (189,170,106). Sum of RGB (Red+Green+Blue) = 189+170+106=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAA6A is #425595. Grayscale: #A8A8A8. Windows color (decimal): -4347286 or 6990525. OLE color: 6990525.

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

Color convert

RGB189170106-
CMYK00.100.440.26
HSL46.27º38.6%57.84%-
HSV(B)46.27º43.92%74.12%-
XYZ37.9640.6119.47-
YUV168.3892.79142.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.65%
GREEN value IS 170 (66.80% from 255) = 36.56%
BLUE value IS 106 (41.80% from 255) = 22.80%
R=40.65%
G=36.56%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917010600.100.440.2646.2738.657.84
HexBDAA6A0A2C1A2e273a
Octal2752521520125432564772
Binary101111011010101011010100101010110011010101110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAA6A; }

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

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

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

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

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

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

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

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