#BDAB5F

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

Shades of Gimblet #BDAB5F

Tints of Gimblet #BDAB5F

Color information

#BDAB5F (or 0xBDAB5F) is unknown color: approx Gimblet. HEX triplet: BD, AB and 5F. RGB value is (189,171,95). Sum of RGB (Red+Green+Blue) = 189+171+95=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB5F is #4254A0. Grayscale: #A8A8A8. Windows color (decimal): -4347041 or 6269885. OLE color: 6269885.

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

Color convert

RGB18917195-
CMYK00.100.500.26
HSL48.51º41.59%55.69%-
HSV(B)48.51º49.74%74.12%-
XYZ37.6140.7716.71-
YUV167.7286.96143.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.54%
GREEN value IS 171 (67.19% from 255) = 37.58%
BLUE value IS 95 (37.5% from 255) = 20.88%
R=41.54%
G=37.58%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891719500.100.500.2648.5141.5955.69
HexBDAB5F0A321A312a38
Octal2752531370126232615270
Binary101111011010101110111110101011001011010110001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAB5F; }

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

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

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

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

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

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

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

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