#BDB060

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

Shades of Gimblet #BDB060

Tints of Gimblet #BDB060

Color information

#BDB060 (or 0xBDB060) is unknown color: approx Gimblet. HEX triplet: BD, B0 and 60. RGB value is (189,176,96). Sum of RGB (Red+Green+Blue) = 189+176+96=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB060 is #424F9F. Grayscale: #ABABAB. Windows color (decimal): -4345760 or 6336701. OLE color: 6336701.

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

Color convert

RGB18917696-
CMYK00.070.490.26
HSL51.61º41.33%55.88%-
HSV(B)51.61º49.21%74.12%-
XYZ38.6242.7117.28-
YUV170.7785.81141-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 176 (69.14% from 255) = 38.18%
BLUE value IS 96 (37.89% from 255) = 20.82%
R=41.00%
G=38.18%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891769600.070.490.2651.6141.3355.88
HexBDB06007311A342938
Octal275260140076132645170
Binary10111101101100001100000011111000111010110100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB060; }

 p { color: rgb(189,176,96); }

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

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

 a { background-color: rgb(189,176,96); }

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

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

 span { border-color: rgb(189,176,96); }

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