#BCAD5A

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

Shades of Gimblet #BCAD5A

Tints of Gimblet #BCAD5A

Color information

#BCAD5A (or 0xBCAD5A) is unknown color: approx Gimblet. HEX triplet: BC, AD and 5A. RGB value is (188,173,90). Sum of RGB (Red+Green+Blue) = 188+173+90=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD5A is #4352A5. Grayscale: #A8A8A8. Windows color (decimal): -4412070 or 5942716. OLE color: 5942716.

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

Color convert

RGB18817390-
CMYK00.080.520.26
HSL50.82º42.24%54.51%-
HSV(B)50.82º52.13%73.73%-
XYZ37.5341.3215.67-
YUV168.0283.97142.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 173 (67.97% from 255) = 38.36%
BLUE value IS 90 (35.55% from 255) = 19.96%
R=41.69%
G=38.36%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881739000.080.520.2650.8242.2454.51
HexBCAD5A08341A332a37
Octal2742551320106432635267
Binary101111001010110110110100100011010011010110011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD5A; }

 p { color: rgb(188,173,90); }

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

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

 a { background-color: rgb(188,173,90); }

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

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

 span { border-color: rgb(188,173,90); }

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