Html Css Color HEX #BA6D7B Tapestry

📋 copy color: '#BA6D7B'

red 186 ◦ green 109 ◦ blue 123

#BA6D7B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #BA6D7B

Tints of Tapestry #BA6D7B

RGB

 RED value IS 186 (73.05% from 255) = 44.5%

 GREEN value IS 109 (42.97% from 255) = 26.08%

 BLUE value IS 123 (48.44% from 255) = 29.43%

R = 44.5%
G = 26.08%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA6D7B (or 0xBA6D7B) is known color: Tapestry. HEX triplet: BA, 6D and 7B. RGB value is (186,109,123). Sum of RGB (Red+Green+Blue) = 186+109+123=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6D7B is #459284. Grayscale: #858585. Windows color (decimal): -4559493 or 8089018. OLE color: 8089018.

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

Color convert

RGB 186 109 123 -
CMYK 0 0.41 0.34 0.27
HSL 349.09º 0.36% 0.58% -
HSV(B) 349.09º 0.41% 0.73% -
XYZ 29.29 22.81 21.6 -
YUV 133.62 122.01 165.36 -
System Red Green Blue C M Y K H S L
Decimal 186 109 123 0 0.41 0.34 0.27 349.09 0.36 0.58
Hex BA 6D 7B 0 29 22 1B 15D 24 3A
Octal 272 155 173 0 51 42 33 535 44 72
Binary 10111010 1101101 1111011 0 101001 100010 11011 101011101 100100 111010

Color Harmonies of #BA6D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D7B

Black with #BA6D7B

Text Example


Text Example

White with #BA6D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D7B; }

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

 H1.HeaderClassName
 {
   color: #BA6D7B;
 }
 .AnyTagClassName
 {
   color: #BA6D7B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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