Html Css Color HEX #BA6F8B Tapestry

📋 copy color: '#BA6F8B'

red 186 ◦ green 111 ◦ blue 139

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

Shades of Tapestry #BA6F8B

Tints of Tapestry #BA6F8B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.46%

 BLUE value IS 139 (54.69% from 255) = 31.88%

R = 42.66%
G = 25.46%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA6F8B (or 0xBA6F8B) is known color: Tapestry. HEX triplet: BA, 6F and 8B. RGB value is (186,111,139). Sum of RGB (Red+Green+Blue) = 186+111+139=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6F8B is #459074. Grayscale: #888888. Windows color (decimal): -4558965 or 9138106. OLE color: 9138106.

HSL color Cylindrical-coordinate representation of color #BA6F8B: hue angle of 337.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA6F8B is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 111 139 -
CMYK 0 0.40 0.25 0.27
HSL 337.6º 0.35% 0.58% -
HSV(B) 337.6º 0.4% 0.73% -
XYZ 30.59 23.67 27.38 -
YUV 136.62 129.35 163.22 -
System Red Green Blue C M Y K H S L
Decimal 186 111 139 0 0.40 0.25 0.27 337.6 0.35 0.58
Hex BA 6F 8B 0 28 19 1B 152 23 3A
Octal 272 157 213 0 50 31 33 522 43 72
Binary 10111010 1101111 10001011 0 101000 11001 11011 101010010 100011 111010

Color Harmonies of #BA6F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F8B

Black with #BA6F8B

Text Example


Text Example

White with #BA6F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F8B; }

 p { color: rgb(186,111,139); }

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

background-color css

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

 a { background-color: rgb(186,111,139); }

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

border-color css

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

 span { border-color: rgb(186,111,139); }

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