#BDB063

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

Shades of Gimblet #BDB063

Tints of Gimblet #BDB063

Color information

#BDB063 (or 0xBDB063) is unknown color: approx Gimblet. HEX triplet: BD, B0 and 63. RGB value is (189,176,99). Sum of RGB (Red+Green+Blue) = 189+176+99=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB063 is #424F9C. Grayscale: #ABABAB. Windows color (decimal): -4345757 or 6533309. OLE color: 6533309.

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

Color convert

RGB18917699-
CMYK00.070.480.26
HSL51.33º40.54%56.47%-
HSV(B)51.33º47.62%74.12%-
XYZ38.7642.7718.02-
YUV171.1187.31140.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.73%
GREEN value IS 176 (69.14% from 255) = 37.93%
BLUE value IS 99 (39.06% from 255) = 21.34%
R=40.73%
G=37.93%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891769900.070.480.2651.3340.5456.47
HexBDB06307301A332938
Octal275260143076032635170
Binary10111101101100001100011011111000011010110011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB063; }

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

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

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

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

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

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

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

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