#BDB066

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

Shades of Gimblet #BDB066

Tints of Gimblet #BDB066

Color information

#BDB066 (or 0xBDB066) is unknown color: approx Gimblet. HEX triplet: BD, B0 and 66. RGB value is (189,176,102). Sum of RGB (Red+Green+Blue) = 189+176+102=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB066 is #424F99. Grayscale: #ABABAB. Windows color (decimal): -4345754 or 6729917. OLE color: 6729917.

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

Color convert

RGB189176102-
CMYK00.070.460.26
HSL51.03º39.73%57.06%-
HSV(B)51.03º46.03%74.12%-
XYZ38.9142.8318.79-
YUV171.4588.81140.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 176 (69.14% from 255) = 37.69%
BLUE value IS 102 (40.23% from 255) = 21.84%
R=40.47%
G=37.69%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917610200.070.460.2651.0339.7357.06
HexBDB066072E1A332839
Octal275260146075632635071
Binary10111101101100001100110011110111011010110011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB066; }

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

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

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

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

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

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

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

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