#BCAE5A

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

Shades of Gimblet #BCAE5A

Tints of Gimblet #BCAE5A

Color information

#BCAE5A (or 0xBCAE5A) is unknown color: approx Gimblet. HEX triplet: BC, AE and 5A. RGB value is (188,174,90). Sum of RGB (Red+Green+Blue) = 188+174+90=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE5A is #4351A5. Grayscale: #A8A8A8. Windows color (decimal): -4411814 or 5942972. OLE color: 5942972.

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

Color convert

RGB18817490-
CMYK00.070.520.26
HSL51.43º42.24%54.51%-
HSV(B)51.43º52.13%73.73%-
XYZ37.7241.715.73-
YUV168.6183.64141.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 174 (68.36% from 255) = 38.50%
BLUE value IS 90 (35.55% from 255) = 19.91%
R=41.59%
G=38.50%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881749000.070.520.2651.4342.2454.51
HexBCAE5A07341A332a37
Octal274256132076432635267
Binary10111100101011101011010011111010011010110011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAE5A; }

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

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

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

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

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

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

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

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