#BDAB68

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

Shades of Gimblet #BDAB68

Tints of Gimblet #BDAB68

Color information

#BDAB68 (or 0xBDAB68) is unknown color: approx Gimblet. HEX triplet: BD, AB and 68. RGB value is (189,171,104). Sum of RGB (Red+Green+Blue) = 189+171+104=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB68 is #425497. Grayscale: #A9A9A9. Windows color (decimal): -4347032 or 6859709. OLE color: 6859709.

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

Color convert

RGB189171104-
CMYK00.100.450.26
HSL47.29º39.17%57.45%-
HSV(B)47.29º44.97%74.12%-
XYZ38.0540.9418.99-
YUV168.7491.46142.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.73%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 104 (41.02% from 255) = 22.41%
R=40.73%
G=36.85%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917110400.100.450.2647.2939.1757.45
HexBDAB680A2D1A2f2739
Octal2752531500125532574771
Binary101111011010101111010000101010110111010101111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAB68; }

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

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

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

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

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

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

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

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