#BDAF57

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

Shades of Gimblet #BDAF57

Tints of Gimblet #BDAF57

Color information

#BDAF57 (or 0xBDAF57) is unknown color: approx Gimblet. HEX triplet: BD, AF and 57. RGB value is (189,175,87). Sum of RGB (Red+Green+Blue) = 189+175+87=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF57 is #4250A8. Grayscale: #A9A9A9. Windows color (decimal): -4346025 or 5746621. OLE color: 5746621.

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

Color convert

RGB18917587-
CMYK00.070.540.26
HSL51.76º43.59%54.12%-
HSV(B)51.76º53.97%74.12%-
XYZ38.0442.1715.15-
YUV169.1581.64142.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 175 (68.75% from 255) = 38.80%
BLUE value IS 87 (34.38% from 255) = 19.29%
R=41.91%
G=38.80%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891758700.070.540.2651.7643.5954.12
HexBDAF5707361A342c36
Octal275257127076632645466
Binary10111101101011111010111011111011011010110100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF57; }

 p { color: rgb(189,175,87); }

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

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

 a { background-color: rgb(189,175,87); }

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

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

 span { border-color: rgb(189,175,87); }

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