#BDAC56

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

Shades of Gimblet #BDAC56

Tints of Gimblet #BDAC56

Color information

#BDAC56 (or 0xBDAC56) is unknown color: approx Gimblet. HEX triplet: BD, AC and 56. RGB value is (189,172,86). Sum of RGB (Red+Green+Blue) = 189+172+86=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC56 is #4253A9. Grayscale: #A7A7A7. Windows color (decimal): -4346794 or 5680317. OLE color: 5680317.

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

Color convert

RGB18917286-
CMYK00.090.540.26
HSL50.1º43.83%53.92%-
HSV(B)50.1º54.5%74.12%-
XYZ37.424114.74-
YUV167.2882.13143.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.28%
GREEN value IS 172 (67.58% from 255) = 38.48%
BLUE value IS 86 (33.98% from 255) = 19.24%
R=42.28%
G=38.48%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891728600.090.540.2650.143.8353.92
HexBDAC5609361A322c36
Octal2752541260116632625466
Binary101111011010110010101100100111011011010110010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC56; }

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

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

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

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

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

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

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

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