#BCAB6E

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

Shades of Gimblet #BCAB6E

Tints of Gimblet #BCAB6E

Color information

#BCAB6E (or 0xBCAB6E) is unknown color: approx Gimblet. HEX triplet: BC, AB and 6E. RGB value is (188,171,110). Sum of RGB (Red+Green+Blue) = 188+171+110=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB6E is #435491. Grayscale: #A9A9A9. Windows color (decimal): -4412562 or 7252924. OLE color: 7252924.

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

Color convert

RGB188171110-
CMYK00.090.410.26
HSL46.92º36.79%58.43%-
HSV(B)46.92º41.49%73.73%-
XYZ38.1240.9420.65-
YUV169.1394.63141.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 171 (67.19% from 255) = 36.46%
BLUE value IS 110 (43.36% from 255) = 23.45%
R=40.09%
G=36.46%
B=23.45%

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
Decimal18817111000.090.410.2646.9236.7958.43
HexBCAB6E09291A2f253a
Octal2742531560115132574572
Binary101111001010101111011100100110100111010101111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB6E; }

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

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

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

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

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

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

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

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