#BDA96C

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

Shades of Gimblet #BDA96C

Tints of Gimblet #BDA96C

Color information

#BDA96C (or 0xBDA96C) is unknown color: approx Gimblet. HEX triplet: BD, A9 and 6C. RGB value is (189,169,108). Sum of RGB (Red+Green+Blue) = 189+169+108=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA96C is #425693. Grayscale: #A8A8A8. Windows color (decimal): -4347540 or 7121341. OLE color: 7121341.

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

Color convert

RGB189169108-
CMYK00.110.430.26
HSL45.19º38.03%58.24%-
HSV(B)45.19º42.86%74.12%-
XYZ37.8840.2819.97-
YUV168.0394.13142.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.56%
GREEN value IS 169 (66.41% from 255) = 36.27%
BLUE value IS 108 (42.58% from 255) = 23.18%
R=40.56%
G=36.27%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916910800.110.430.2645.1938.0358.24
HexBDA96C0B2B1A2d263a
Octal2752511540135332554672
Binary101111011010100111011000101110101111010101101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA96C; }

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

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

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

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

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

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

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

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