Html Css Color HEX #BA6875 Tapestry

📋 copy color: '#BA6875'

red 186 ◦ green 104 ◦ blue 117

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

Shades of Tapestry #BA6875

Tints of Tapestry #BA6875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.55%

 BLUE value IS 117 (46.09% from 255) = 28.75%

R = 45.7%
G = 25.55%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA6875 (or 0xBA6875) is known color: Tapestry. HEX triplet: BA, 68 and 75. RGB value is (186,104,117). Sum of RGB (Red+Green+Blue) = 186+104+117=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6875 is #45978A. Grayscale: #828282. Windows color (decimal): -4560779 or 7694522. OLE color: 7694522.

HSL color Cylindrical-coordinate representation of color #BA6875: hue angle of 350.49º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA6875 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 104 117 -
CMYK 0 0.44 0.37 0.27
HSL 350.49º 0.37% 0.57% -
HSV(B) 350.49º 0.44% 0.73% -
XYZ 28.41 21.62 19.51 -
YUV 130 120.67 167.94 -
System Red Green Blue C M Y K H S L
Decimal 186 104 117 0 0.44 0.37 0.27 350.49 0.37 0.57
Hex BA 68 75 0 2C 25 1B 15E 25 39
Octal 272 150 165 0 54 45 33 536 45 71
Binary 10111010 1101000 1110101 0 101100 100101 11011 101011110 100101 111001

Color Harmonies of #BA6875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6875

Black with #BA6875

Text Example


Text Example

White with #BA6875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6875; }

 p { color: rgb(186,104,117); }

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

background-color css

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

 a { background-color: rgb(186,104,117); }

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

border-color css

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

 span { border-color: rgb(186,104,117); }

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