#BDB35D

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

Shades of Gimblet #BDB35D

Tints of Gimblet #BDB35D

Color information

#BDB35D (or 0xBDB35D) is unknown color: approx Gimblet. HEX triplet: BD, B3 and 5D. RGB value is (189,179,93). Sum of RGB (Red+Green+Blue) = 189+179+93=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB35D is #424CA2. Grayscale: #ACACAC. Windows color (decimal): -4344995 or 6140861. OLE color: 6140861.

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

Color convert

RGB18917993-
CMYK00.050.510.26
HSL53.75º42.11%55.29%-
HSV(B)53.75º50.79%74.12%-
XYZ39.0843.8516.76-
YUV172.1983.31139.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 179 (70.31% from 255) = 38.83%
BLUE value IS 93 (36.72% from 255) = 20.17%
R=41.00%
G=38.83%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891799300.050.510.2653.7542.1155.29
HexBDB35D05331A362a37
Octal275263135056332665267
Binary10111101101100111011101010111001111010110110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB35D; }

 p { color: rgb(189,179,93); }

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

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

 a { background-color: rgb(189,179,93); }

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

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

 span { border-color: rgb(189,179,93); }

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