Html Css Color HEX #BA6B81 Tapestry

📋 copy color: '#BA6B81'

red 186 ◦ green 107 ◦ blue 129

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

Shades of Tapestry #BA6B81

Tints of Tapestry #BA6B81

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 value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA6B81 (or 0xBA6B81) is known color: 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

RGB 186 107 129 -
CMYK 0 0.42 0.31 0.27
HSL 343.29º 0.36% 0.57% -
HSV(B) 343.29º 0.42% 0.73% -
XYZ 29.47 22.54 23.57 -
YUV 133.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 186 107 129 0 0.42 0.31 0.27 343.29 0.36 0.57
Hex BA 6B 81 0 2A 1F 1B 157 24 39
Octal 272 153 201 0 52 37 33 527 44 71
Binary 10111010 1101011 10000001 0 101010 11111 11011 101010111 100100 111001

Color Harmonies of #BA6B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B81

Black with #BA6B81

Text Example


Text Example

White with #BA6B81

Text Example


Text Example

HTML Codes & Css Web 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>