#ba6b81

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

Shades of Tapestry #BA6B81

Tints of Tapestry #BA6B81

Color information

#BA6B81 (or 0xBA6B81) is unknown color: approx Tapestry. HEX triplet: BA, 6B and 81. RGB value is (186,107,129). Sum of RGB (Red+Green+Blue) = 186+107+129=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6B81 is #45947E. Grayscale: #858585. Windows color (decimal): -4559999 or 8481722. OLE color: 8481722.

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

Color convert

RGB186107129-
CMYK00.420.310.27
HSL343.29º36.41%57.45%-
HSV(B)343.29º42.47%72.94%-
XYZ29.4722.5423.57-
YUV133.13125.67165.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 107 (42.19% from 255) = 25.36%
BLUE value IS 129 (50.78% from 255) = 30.57%
R=44.08%
G=25.36%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610712900.420.310.27343.2936.4157.45
HexBA6B8102A1F1B1572439
Octal27215320105237335274471
Binary1011101011010111000000101010101111111011101010111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba6b81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba6b81; }

 p { color: rgb(186,107,129); }

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

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

 a { background-color: rgb(186,107,129); }

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

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

 span { border-color: rgb(186,107,129); }

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