#BDA865

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

Shades of Gimblet #BDA865

Tints of Gimblet #BDA865

Color information

#BDA865 (or 0xBDA865) is unknown color: approx Gimblet. HEX triplet: BD, A8 and 65. RGB value is (189,168,101). Sum of RGB (Red+Green+Blue) = 189+168+101=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA865 is #42579A. Grayscale: #A6A6A6. Windows color (decimal): -4347803 or 6662333. OLE color: 6662333.

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

Color convert

RGB189168101-
CMYK00.110.470.26
HSL45.68º40%56.86%-
HSV(B)45.68º46.56%74.12%-
XYZ37.3439.7618.02-
YUV166.6490.96143.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.27%
GREEN value IS 168 (66.02% from 255) = 36.68%
BLUE value IS 101 (39.84% from 255) = 22.05%
R=41.27%
G=36.68%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916810100.110.470.2645.684056.86
HexBDA8650B2F1A2e2839
Octal2752501450135732565071
Binary101111011010100011001010101110111111010101110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA865; }

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

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

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

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

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

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

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

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