#BDA863

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

Shades of Gimblet #BDA863

Tints of Gimblet #BDA863

Color information

#BDA863 (or 0xBDA863) is unknown color: approx Gimblet. HEX triplet: BD, A8 and 63. RGB value is (189,168,99). Sum of RGB (Red+Green+Blue) = 189+168+99=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA863 is #42579C. Grayscale: #A6A6A6. Windows color (decimal): -4347805 or 6531261. OLE color: 6531261.

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

Color convert

RGB18916899-
CMYK00.110.480.26
HSL46º40.54%56.47%-
HSV(B)46º47.62%74.12%-
XYZ37.2439.7217.51-
YUV166.4189.96144.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.45%
GREEN value IS 168 (66.02% from 255) = 36.84%
BLUE value IS 99 (39.06% from 255) = 21.71%
R=41.45%
G=36.84%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891689900.110.480.264640.5456.47
HexBDA8630B301A2e2938
Octal2752501430136032565170
Binary101111011010100011000110101111000011010101110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA863; }

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

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

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

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

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

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

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

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