#BA7B83

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

Shades of Tapestry #BA7B83

Tints of Tapestry #BA7B83

Color information

#BA7B83 (or 0xBA7B83) is unknown color: approx Tapestry. HEX triplet: BA, 7B and 83. RGB value is (186,123,131). Sum of RGB (Red+Green+Blue) = 186+123+131=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7B83 is #45847C. Grayscale: #8E8E8E. Windows color (decimal): -4555901 or 8616890. OLE color: 8616890.

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

Color convert

RGB186123131-
CMYK00.340.300.27
HSL352.38º31.34%60.59%-
HSV(B)352.38º33.87%72.94%-
XYZ31.4326.2424.88-
YUV142.75121.37158.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 131 (51.56% from 255) = 29.77%
R=42.27%
G=27.95%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612313100.340.300.27352.3831.3460.59
HexBA7B830221E1B1601f3d
Octal27217320304236335403775
Binary101110101111011100000110100010111101101110110000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7B83; }

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

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

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

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

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

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

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

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