#BDAC70

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

Shades of Gimblet #BDAC70

Tints of Gimblet #BDAC70

Color information

#BDAC70 (or 0xBDAC70) is unknown color: approx Gimblet. HEX triplet: BD, AC and 70. RGB value is (189,172,112). Sum of RGB (Red+Green+Blue) = 189+172+112=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC70 is #42538F. Grayscale: #AAAAAA. Windows color (decimal): -4346768 or 7384253. OLE color: 7384253.

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

Color convert

RGB189172112-
CMYK00.090.410.26
HSL46.75º36.84%59.02%-
HSV(B)46.75º40.74%74.12%-
XYZ38.6641.4921.3-
YUV170.2495.13141.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 112 (44.14% from 255) = 23.68%
R=39.96%
G=36.36%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917211200.090.410.2646.7536.8459.02
HexBDAC7009291A2f253b
Octal2752541600115132574573
Binary101111011010110011100000100110100111010101111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC70; }

 p { color: rgb(189,172,112); }

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

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

 a { background-color: rgb(189,172,112); }

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

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

 span { border-color: rgb(189,172,112); }

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