#BDAD69

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

Shades of Gimblet #BDAD69

Tints of Gimblet #BDAD69

Color information

#BDAD69 (or 0xBDAD69) is unknown color: approx Gimblet. HEX triplet: BD, AD and 69. RGB value is (189,173,105). Sum of RGB (Red+Green+Blue) = 189+173+105=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD69 is #425296. Grayscale: #AAAAAA. Windows color (decimal): -4346519 or 6925757. OLE color: 6925757.

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

Color convert

RGB189173105-
CMYK00.080.440.26
HSL48.57º38.89%57.65%-
HSV(B)48.57º44.44%74.12%-
XYZ38.4841.7319.39-
YUV170.0391.3141.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 173 (67.97% from 255) = 37.04%
BLUE value IS 105 (41.41% from 255) = 22.48%
R=40.47%
G=37.04%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917310500.080.440.2648.5738.8957.65
HexBDAD69082C1A31273a
Octal2752551510105432614772
Binary101111011010110111010010100010110011010110001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD69; }

 p { color: rgb(189,173,105); }

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

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

 a { background-color: rgb(189,173,105); }

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

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

 span { border-color: rgb(189,173,105); }

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