#BDA96E

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

Shades of Gimblet #BDA96E

Tints of Gimblet #BDA96E

Color information

#BDA96E (or 0xBDA96E) is unknown color: approx Gimblet. HEX triplet: BD, A9 and 6E. RGB value is (189,169,110). Sum of RGB (Red+Green+Blue) = 189+169+110=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA96E is #425691. Grayscale: #A8A8A8. Windows color (decimal): -4347538 or 7252413. OLE color: 7252413.

HSL color Cylindrical-coordinate representation of color #BDA96E: hue angle of 44.81º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDA96E is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB189169110-
CMYK00.110.420.26
HSL44.81º37.44%58.63%-
HSV(B)44.81º41.8%74.12%-
XYZ37.9940.3220.53-
YUV168.2595.13142.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.38%
GREEN value IS 169 (66.41% from 255) = 36.11%
BLUE value IS 110 (43.36% from 255) = 23.50%
R=40.38%
G=36.11%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916911000.110.420.2644.8137.4458.63
HexBDA96E0B2A1A2d253b
Octal2752511560135232554573
Binary101111011010100111011100101110101011010101101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA96E; }

 p { color: rgb(189,169,110); }

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

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

 a { background-color: rgb(189,169,110); }

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

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

 span { border-color: rgb(189,169,110); }

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