Html Css Color HEX #BA6B85 Tapestry

📋 copy color: '#BA6B85'

red 186 ◦ green 107 ◦ blue 133

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

Shades of Tapestry #BA6B85

Tints of Tapestry #BA6B85

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.12%

 BLUE value IS 133 (52.34% from 255) = 31.22%

R = 43.66%
G = 25.12%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA6B85 (or 0xBA6B85) is known color: Tapestry. HEX triplet: BA, 6B and 85. RGB value is (186,107,133). Sum of RGB (Red+Green+Blue) = 186+107+133=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6B85 is #45947A. Grayscale: #858585. Windows color (decimal): -4559995 or 8743866. OLE color: 8743866.

HSL color Cylindrical-coordinate representation of color #BA6B85: hue angle of 340.25º 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 #BA6B85 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 107 133 -
CMYK 0 0.42 0.28 0.27
HSL 340.25º 0.36% 0.57% -
HSV(B) 340.25º 0.42% 0.73% -
XYZ 29.74 22.65 24.99 -
YUV 133.59 127.67 165.39 -
System Red Green Blue C M Y K H S L
Decimal 186 107 133 0 0.42 0.28 0.27 340.25 0.36 0.57
Hex BA 6B 85 0 2A 1C 1B 154 24 39
Octal 272 153 205 0 52 34 33 524 44 71
Binary 10111010 1101011 10000101 0 101010 11100 11011 101010100 100100 111001

Color Harmonies of #BA6B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B85

Black with #BA6B85

Text Example


Text Example

White with #BA6B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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