#BCA958

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

Shades of Gimblet #BCA958

Tints of Gimblet #BCA958

Color information

#BCA958 (or 0xBCA958) is unknown color: approx Gimblet. HEX triplet: BC, A9 and 58. RGB value is (188,169,88). Sum of RGB (Red+Green+Blue) = 188+169+88=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA958 is #4356A7. Grayscale: #A5A5A5. Windows color (decimal): -4413096 or 5810620. OLE color: 5810620.

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

Color convert

RGB18816988-
CMYK00.100.530.26
HSL48.6º42.74%54.12%-
HSV(B)48.6º53.19%73.73%-
XYZ36.6939.7714.98-
YUV165.4584.29144.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.25%
GREEN value IS 169 (66.41% from 255) = 37.98%
BLUE value IS 88 (34.77% from 255) = 19.78%
R=42.25%
G=37.98%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881698800.100.530.2648.642.7454.12
HexBCA9580A351A312b36
Octal2742511300126532615366
Binary101111001010100110110000101011010111010110001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA958; }

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

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

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

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

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

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

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

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