#BDB35E

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

Shades of Gimblet #BDB35E

Tints of Gimblet #BDB35E

Color information

#BDB35E (or 0xBDB35E) is unknown color: approx Gimblet. HEX triplet: BD, B3 and 5E. RGB value is (189,179,94). Sum of RGB (Red+Green+Blue) = 189+179+94=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB35E is #424CA1. Grayscale: #ACACAC. Windows color (decimal): -4344994 or 6206397. OLE color: 6206397.

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

Color convert

RGB18917994-
CMYK00.050.500.26
HSL53.68º41.85%55.49%-
HSV(B)53.68º50.26%74.12%-
XYZ39.1343.8716.99-
YUV172.383.81139.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 179 (70.31% from 255) = 38.74%
BLUE value IS 94 (37.11% from 255) = 20.35%
R=40.91%
G=38.74%
B=20.35%

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
Decimal1891799400.050.500.2653.6841.8555.49
HexBDB35E05321A362a37
Octal275263136056232665267
Binary10111101101100111011110010111001011010110110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB35E; }

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

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

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

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

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

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

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

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