#BDAC5C

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

Shades of Gimblet #BDAC5C

Tints of Gimblet #BDAC5C

Color information

#BDAC5C (or 0xBDAC5C) is unknown color: approx Gimblet. HEX triplet: BD, AC and 5C. RGB value is (189,172,92). Sum of RGB (Red+Green+Blue) = 189+172+92=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC5C is #4253A3. Grayscale: #A8A8A8. Windows color (decimal): -4346788 or 6073533. OLE color: 6073533.

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

Color convert

RGB18917292-
CMYK00.090.510.26
HSL49.48º42.36%55.1%-
HSV(B)49.48º51.32%74.12%-
XYZ37.6741.116.07-
YUV167.9685.13143-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.72%
GREEN value IS 172 (67.58% from 255) = 37.97%
BLUE value IS 92 (36.33% from 255) = 20.31%
R=41.72%
G=37.97%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891729200.090.510.2649.4842.3655.1
HexBDAC5C09331A312a37
Octal2752541340116332615267
Binary101111011010110010111000100111001111010110001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC5C; }

 p { color: rgb(189,172,92); }

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

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

 a { background-color: rgb(189,172,92); }

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

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

 span { border-color: rgb(189,172,92); }

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