#BCAB5F

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

Shades of Gimblet #BCAB5F

Tints of Gimblet #BCAB5F

Color information

#BCAB5F (or 0xBCAB5F) is unknown color: approx Gimblet. HEX triplet: BC, AB and 5F. RGB value is (188,171,95). Sum of RGB (Red+Green+Blue) = 188+171+95=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB5F is #4354A0. Grayscale: #A7A7A7. Windows color (decimal): -4412577 or 6269884. OLE color: 6269884.

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

Color convert

RGB18817195-
CMYK00.090.490.26
HSL49.03º40.97%55.49%-
HSV(B)49.03º49.47%73.73%-
XYZ37.3740.6416.7-
YUV167.4287.13142.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 171 (67.19% from 255) = 37.67%
BLUE value IS 95 (37.5% from 255) = 20.93%
R=41.41%
G=37.67%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881719500.090.490.2649.0340.9755.49
HexBCAB5F09311A312937
Octal2742531370116132615167
Binary101111001010101110111110100111000111010110001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB5F; }

 p { color: rgb(188,171,95); }

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

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

 a { background-color: rgb(188,171,95); }

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

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

 span { border-color: rgb(188,171,95); }

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