#BDA961

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

Shades of Gimblet #BDA961

Tints of Gimblet #BDA961

Color information

#BDA961 (or 0xBDA961) is unknown color: approx Gimblet. HEX triplet: BD, A9 and 61. RGB value is (189,169,97). Sum of RGB (Red+Green+Blue) = 189+169+97=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA961 is #42569E. Grayscale: #A7A7A7. Windows color (decimal): -4347551 or 6400445. OLE color: 6400445.

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

Color convert

RGB18916997-
CMYK00.110.490.26
HSL46.96º41.07%56.08%-
HSV(B)46.96º48.68%74.12%-
XYZ37.3340.0617.07-
YUV166.7788.63143.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.54%
GREEN value IS 169 (66.41% from 255) = 37.14%
BLUE value IS 97 (38.28% from 255) = 21.32%
R=41.54%
G=37.14%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891699700.110.490.2646.9641.0756.08
HexBDA9610B311A2f2938
Octal2752511410136132575170
Binary101111011010100111000010101111000111010101111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA961; }

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

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

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

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

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

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

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

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