#BDAB62

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

Shades of Gimblet #BDAB62

Tints of Gimblet #BDAB62

Color information

#BDAB62 (or 0xBDAB62) is unknown color: approx Gimblet. HEX triplet: BD, AB and 62. RGB value is (189,171,98). Sum of RGB (Red+Green+Blue) = 189+171+98=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB62 is #42549D. Grayscale: #A8A8A8. Windows color (decimal): -4347038 or 6466493. OLE color: 6466493.

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

Color convert

RGB18917198-
CMYK00.100.480.26
HSL48.13º40.81%56.27%-
HSV(B)48.13º48.15%74.12%-
XYZ37.7540.8317.45-
YUV168.0688.46142.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.27%
GREEN value IS 171 (67.19% from 255) = 37.34%
BLUE value IS 98 (38.67% from 255) = 21.40%
R=41.27%
G=37.34%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891719800.100.480.2648.1340.8156.27
HexBDAB620A301A302938
Octal2752531420126032605170
Binary101111011010101111000100101011000011010110000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAB62; }

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

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

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

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

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

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

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

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