#BCAE6B

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

Shades of Gimblet #BCAE6B

Tints of Gimblet #BCAE6B

Color information

#BCAE6B (or 0xBCAE6B) is unknown color: approx Gimblet. HEX triplet: BC, AE and 6B. RGB value is (188,174,107). Sum of RGB (Red+Green+Blue) = 188+174+107=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE6B is #435194. Grayscale: #AAAAAA. Windows color (decimal): -4411797 or 7057084. OLE color: 7057084.

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

Color convert

RGB188174107-
CMYK00.070.430.26
HSL49.63º37.67%57.84%-
HSV(B)49.63º43.09%73.73%-
XYZ38.5342.0319.99-
YUV170.5592.14140.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 107 (42.19% from 255) = 22.81%
R=40.09%
G=37.10%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817410700.070.430.2649.6337.6757.84
HexBCAE6B072B1A32263a
Octal274256153075332624672
Binary10111100101011101101011011110101111010110010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAE6B; }

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

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

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

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

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

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

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

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