#BDB061

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

Shades of Gimblet #BDB061

Tints of Gimblet #BDB061

Color information

#BDB061 (or 0xBDB061) is unknown color: approx Gimblet. HEX triplet: BD, B0 and 61. RGB value is (189,176,97). Sum of RGB (Red+Green+Blue) = 189+176+97=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB061 is #424F9E. Grayscale: #ABABAB. Windows color (decimal): -4345759 or 6402237. OLE color: 6402237.

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

Color convert

RGB18917697-
CMYK00.070.490.26
HSL51.52º41.07%56.08%-
HSV(B)51.52º48.68%74.12%-
XYZ38.6742.7317.52-
YUV170.8886.31140.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 176 (69.14% from 255) = 38.10%
BLUE value IS 97 (38.28% from 255) = 21.00%
R=40.91%
G=38.10%
B=21.00%

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
Decimal1891769700.070.490.2651.5241.0756.08
HexBDB06107311A342938
Octal275260141076132645170
Binary10111101101100001100001011111000111010110100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB061; }

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

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

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

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

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

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

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

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