#BDAB66

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

Shades of Gimblet #BDAB66

Tints of Gimblet #BDAB66

Color information

#BDAB66 (or 0xBDAB66) is unknown color: approx Gimblet. HEX triplet: BD, AB and 66. RGB value is (189,171,102). Sum of RGB (Red+Green+Blue) = 189+171+102=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB66 is #425499. Grayscale: #A8A8A8. Windows color (decimal): -4347034 or 6728637. OLE color: 6728637.

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

Color convert

RGB189171102-
CMYK00.100.460.26
HSL47.59º39.73%57.06%-
HSV(B)47.59º46.03%74.12%-
XYZ37.9540.918.47-
YUV168.5290.46142.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 171 (67.19% from 255) = 37.01%
BLUE value IS 102 (40.23% from 255) = 22.08%
R=40.91%
G=37.01%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917110200.100.460.2647.5939.7357.06
HexBDAB660A2E1A302839
Octal2752531460125632605071
Binary101111011010101111001100101010111011010110000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAB66; }

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

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

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

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

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

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

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

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