#BCAA6A

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

Shades of Gimblet #BCAA6A

Tints of Gimblet #BCAA6A

Color information

#BCAA6A (or 0xBCAA6A) is unknown color: approx Gimblet. HEX triplet: BC, AA and 6A. RGB value is (188,170,106). Sum of RGB (Red+Green+Blue) = 188+170+106=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA6A is #435595. Grayscale: #A8A8A8. Windows color (decimal): -4412822 or 6990524. OLE color: 6990524.

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

Color convert

RGB188170106-
CMYK00.100.440.26
HSL46.83º37.96%57.65%-
HSV(B)46.83º43.62%73.73%-
XYZ37.7240.4819.46-
YUV168.0992.96142.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 170 (66.80% from 255) = 36.64%
BLUE value IS 106 (41.80% from 255) = 22.84%
R=40.52%
G=36.64%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817010600.100.440.2646.8337.9657.65
HexBCAA6A0A2C1A2f263a
Octal2742521520125432574672
Binary101111001010101011010100101010110011010101111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAA6A; }

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

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

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

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

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

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

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

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