#BDAD58

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

Shades of Gimblet #BDAD58

Tints of Gimblet #BDAD58

Color information

#BDAD58 (or 0xBDAD58) is unknown color: approx Gimblet. HEX triplet: BD, AD and 58. RGB value is (189,173,88). Sum of RGB (Red+Green+Blue) = 189+173+88=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD58 is #4252A7. Grayscale: #A8A8A8. Windows color (decimal): -4346536 or 5811645. OLE color: 5811645.

HSL color Cylindrical-coordinate representation of color #BDAD58: hue angle of 50.5º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDAD58 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB18917388-
CMYK00.080.530.26
HSL50.5º43.35%54.31%-
HSV(B)50.5º53.44%74.12%-
XYZ37.6941.4115.24-
YUV168.0982.8142.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 173 (67.97% from 255) = 38.44%
BLUE value IS 88 (34.77% from 255) = 19.56%
R=42%
G=38.44%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891738800.080.530.2650.543.3554.31
HexBDAD5808351A322b36
Octal2752551300106532625366
Binary101111011010110110110000100011010111010110010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD58; }

 p { color: rgb(189,173,88); }

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

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

 a { background-color: rgb(189,173,88); }

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

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

 span { border-color: rgb(189,173,88); }

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