#BDB45E

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

Shades of Gimblet #BDB45E

Tints of Gimblet #BDB45E

Color information

#BDB45E (or 0xBDB45E) is unknown color: approx Gimblet. HEX triplet: BD, B4 and 5E. RGB value is (189,180,94). Sum of RGB (Red+Green+Blue) = 189+180+94=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB45E is #424BA1. Grayscale: #ADADAD. Windows color (decimal): -4344738 or 6206653. OLE color: 6206653.

HSL color Cylindrical-coordinate representation of color #BDB45E: hue angle of 54.32º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDB45E is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB18918094-
CMYK00.050.500.26
HSL54.32º41.85%55.49%-
HSV(B)54.32º50.26%74.12%-
XYZ39.3344.2717.06-
YUV172.8983.48139.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.82%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 94 (37.11% from 255) = 20.30%
R=40.82%
G=38.88%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891809400.050.500.2654.3241.8555.49
HexBDB45E05321A362a37
Octal275264136056232665267
Binary10111101101101001011110010111001011010110110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB45E; }

 p { color: rgb(189,180,94); }

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

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

 a { background-color: rgb(189,180,94); }

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

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

 span { border-color: rgb(189,180,94); }

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