#BDAC63

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

Shades of Gimblet #BDAC63

Tints of Gimblet #BDAC63

Color information

#BDAC63 (or 0xBDAC63) is unknown color: approx Gimblet. HEX triplet: BD, AC and 63. RGB value is (189,172,99). Sum of RGB (Red+Green+Blue) = 189+172+99=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC63 is #42539C. Grayscale: #A9A9A9. Windows color (decimal): -4346781 or 6532285. OLE color: 6532285.

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

Color convert

RGB18917299-
CMYK00.090.480.26
HSL48.67º40.54%56.47%-
HSV(B)48.67º47.62%74.12%-
XYZ37.9941.2217.76-
YUV168.7688.63142.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 172 (67.58% from 255) = 37.39%
BLUE value IS 99 (39.06% from 255) = 21.52%
R=41.09%
G=37.39%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891729900.090.480.2648.6740.5456.47
HexBDAC6309301A312938
Octal2752541430116032615170
Binary101111011010110011000110100111000011010110001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC63; }

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

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

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

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

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

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

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

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