#BCAB6F

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

Shades of Gimblet #BCAB6F

Tints of Gimblet #BCAB6F

Color information

#BCAB6F (or 0xBCAB6F) is unknown color: approx Gimblet. HEX triplet: BC, AB and 6F. RGB value is (188,171,111). Sum of RGB (Red+Green+Blue) = 188+171+111=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB6F is #435490. Grayscale: #A9A9A9. Windows color (decimal): -4412561 or 7318460. OLE color: 7318460.

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

Color convert

RGB188171111-
CMYK00.090.410.26
HSL46.75º36.49%58.63%-
HSV(B)46.75º40.96%73.73%-
XYZ38.1740.9620.93-
YUV169.2495.13141.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 111 (43.75% from 255) = 23.62%
R=40%
G=36.38%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817111100.090.410.2646.7536.4958.63
HexBCAB6F09291A2f243b
Octal2742531570115132574473
Binary101111001010101111011110100110100111010101111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB6F; }

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

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

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

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

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

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

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

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