#BDA869

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

Shades of Gimblet #BDA869

Tints of Gimblet #BDA869

Color information

#BDA869 (or 0xBDA869) is unknown color: approx Gimblet. HEX triplet: BD, A8 and 69. RGB value is (189,168,105). Sum of RGB (Red+Green+Blue) = 189+168+105=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA869 is #425796. Grayscale: #A7A7A7. Windows color (decimal): -4347799 or 6924477. OLE color: 6924477.

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

Color convert

RGB189168105-
CMYK00.110.440.26
HSL45º38.89%57.65%-
HSV(B)45º44.44%74.12%-
XYZ37.5439.8419.08-
YUV167.192.96143.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 168 (66.02% from 255) = 36.36%
BLUE value IS 105 (41.41% from 255) = 22.73%
R=40.91%
G=36.36%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916810500.110.440.264538.8957.65
HexBDA8690B2C1A2d273a
Octal2752501510135432554772
Binary101111011010100011010010101110110011010101101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA869; }

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

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

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

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

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

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

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

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