#BCAC6A

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

Shades of Gimblet #BCAC6A

Tints of Gimblet #BCAC6A

Color information

#BCAC6A (or 0xBCAC6A) is unknown color: approx Gimblet. HEX triplet: BC, AC and 6A. RGB value is (188,172,106). Sum of RGB (Red+Green+Blue) = 188+172+106=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC6A is #435395. Grayscale: #A9A9A9. Windows color (decimal): -4412310 or 6991036. OLE color: 6991036.

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

Color convert

RGB188172106-
CMYK00.090.440.26
HSL48.29º37.96%57.65%-
HSV(B)48.29º43.62%73.73%-
XYZ38.0941.2419.59-
YUV169.2692.3141.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 172 (67.58% from 255) = 36.91%
BLUE value IS 106 (41.80% from 255) = 22.75%
R=40.34%
G=36.91%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817210600.090.440.2648.2937.9657.65
HexBCAC6A092C1A30263a
Octal2742541520115432604672
Binary101111001010110011010100100110110011010110000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC6A; }

 p { color: rgb(188,172,106); }

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

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

 a { background-color: rgb(188,172,106); }

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

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

 span { border-color: rgb(188,172,106); }

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