#BA677B

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

Shades of Tapestry #BA677B

Tints of Tapestry #BA677B

Color information

#BA677B (or 0xBA677B) is unknown color: approx Tapestry. HEX triplet: BA, 67 and 7B. RGB value is (186,103,123). Sum of RGB (Red+Green+Blue) = 186+103+123=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA677B is #459884. Grayscale: #828282. Windows color (decimal): -4561029 or 8087482. OLE color: 8087482.

HSL color Cylindrical-coordinate representation of color #BA677B: hue angle of 345.54º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA677B is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB186103123-
CMYK00.450.340.27
HSL345.54º37.56%56.67%-
HSV(B)345.54º44.62%72.94%-
XYZ28.6821.5721.39-
YUV130.1124167.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 123 (48.44% from 255) = 29.85%
R=45.15%
G=25%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610312300.450.340.27345.5437.5656.67
HexBA677B02D221B15a2639
Octal27214717305542335324671
Binary1011101011001111111011010110110001011011101011010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA677B; }

 p { color: rgb(186,103,123); }

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

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

 a { background-color: rgb(186,103,123); }

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

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

 span { border-color: rgb(186,103,123); }

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