#BDAC62

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

Shades of Gimblet #BDAC62

Tints of Gimblet #BDAC62

Color information

#BDAC62 (or 0xBDAC62) is unknown color: approx Gimblet. HEX triplet: BD, AC and 62. RGB value is (189,172,98). Sum of RGB (Red+Green+Blue) = 189+172+98=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC62 is #42539D. Grayscale: #A8A8A8. Windows color (decimal): -4346782 or 6466749. OLE color: 6466749.

HSL color Cylindrical-coordinate representation of color #BDAC62: hue angle of 48.79º 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 #BDAC62 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB18917298-
CMYK00.090.480.26
HSL48.79º40.81%56.27%-
HSV(B)48.79º48.15%74.12%-
XYZ37.9441.2117.51-
YUV168.6588.13142.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.18%
GREEN value IS 172 (67.58% from 255) = 37.47%
BLUE value IS 98 (38.67% from 255) = 21.35%
R=41.18%
G=37.47%
B=21.35%

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
Decimal1891729800.090.480.2648.7940.8156.27
HexBDAC6209301A312938
Octal2752541420116032615170
Binary101111011010110011000100100111000011010110001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC62; }

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

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

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

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

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

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

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

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