#BCA858

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

Shades of Gimblet #BCA858

Tints of Gimblet #BCA858

Color information

#BCA858 (or 0xBCA858) is unknown color: approx Gimblet. HEX triplet: BC, A8 and 58. RGB value is (188,168,88). Sum of RGB (Red+Green+Blue) = 188+168+88=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA858 is #4357A7. Grayscale: #A5A5A5. Windows color (decimal): -4413352 or 5810364. OLE color: 5810364.

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

Color convert

RGB18816888-
CMYK00.110.530.26
HSL48º42.74%54.12%-
HSV(B)48º53.19%73.73%-
XYZ36.539.414.91-
YUV164.8684.63144.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 168 (66.02% from 255) = 37.84%
BLUE value IS 88 (34.77% from 255) = 19.82%
R=42.34%
G=37.84%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881688800.110.530.264842.7454.12
HexBCA8580B351A302b36
Octal2742501300136532605366
Binary101111001010100010110000101111010111010110000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA858; }

 p { color: rgb(188,168,88); }

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

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

 a { background-color: rgb(188,168,88); }

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

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

 span { border-color: rgb(188,168,88); }

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