#BDAC6B

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

Shades of Gimblet #BDAC6B

Tints of Gimblet #BDAC6B

Color information

#BDAC6B (or 0xBDAC6B) is unknown color: approx Gimblet. HEX triplet: BD, AC and 6B. RGB value is (189,172,107). Sum of RGB (Red+Green+Blue) = 189+172+107=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC6B is #425394. Grayscale: #A9A9A9. Windows color (decimal): -4346773 or 7056573. OLE color: 7056573.

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

Color convert

RGB189172107-
CMYK00.090.430.26
HSL47.56º38.32%58.04%-
HSV(B)47.56º43.39%74.12%-
XYZ38.3941.3919.87-
YUV169.6792.63141.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.38%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 107 (42.19% from 255) = 22.86%
R=40.38%
G=36.75%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917210700.090.430.2647.5638.3258.04
HexBDAC6B092B1A30263a
Octal2752541530115332604672
Binary101111011010110011010110100110101111010110000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC6B; }

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

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

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

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

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

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

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

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