#BDAB6D

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

Shades of Gimblet #BDAB6D

Tints of Gimblet #BDAB6D

Color information

#BDAB6D (or 0xBDAB6D) is unknown color: approx Gimblet. HEX triplet: BD, AB and 6D. RGB value is (189,171,109). Sum of RGB (Red+Green+Blue) = 189+171+109=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB6D is #425492. Grayscale: #A9A9A9. Windows color (decimal): -4347027 or 7187389. OLE color: 7187389.

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

Color convert

RGB189171109-
CMYK00.100.420.26
HSL46.5º37.74%58.43%-
HSV(B)46.5º42.33%74.12%-
XYZ38.3141.0520.37-
YUV169.3193.96142.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.30%
GREEN value IS 171 (67.19% from 255) = 36.46%
BLUE value IS 109 (42.97% from 255) = 23.24%
R=40.30%
G=36.46%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917110900.100.420.2646.537.7458.43
HexBDAB6D0A2A1A2e263a
Octal2752531550125232564672
Binary101111011010101111011010101010101011010101110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAB6D; }

 p { color: rgb(189,171,109); }

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

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

 a { background-color: rgb(189,171,109); }

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

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

 span { border-color: rgb(189,171,109); }

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