#BDA861

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

Shades of Gimblet #BDA861

Tints of Gimblet #BDA861

Color information

#BDA861 (or 0xBDA861) is unknown color: approx Gimblet. HEX triplet: BD, A8 and 61. RGB value is (189,168,97). Sum of RGB (Red+Green+Blue) = 189+168+97=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA861 is #42579E. Grayscale: #A6A6A6. Windows color (decimal): -4347807 or 6400189. OLE color: 6400189.

HSL color Cylindrical-coordinate representation of color #BDA861: hue angle of 46.3º 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 #BDA861 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18916897-
CMYK00.110.490.26
HSL46.3º41.07%56.08%-
HSV(B)46.3º48.68%74.12%-
XYZ37.1539.6917.01-
YUV166.1888.96144.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.63%
GREEN value IS 168 (66.02% from 255) = 37.00%
BLUE value IS 97 (38.28% from 255) = 21.37%
R=41.63%
G=37.00%
B=21.37%

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
Decimal1891689700.110.490.2646.341.0756.08
HexBDA8610B311A2e2938
Octal2752501410136132565170
Binary101111011010100011000010101111000111010101110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA861; }

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

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

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

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

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

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

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

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