Html Css Color HEX #BA7C7E Tapestry

📋 copy color: '#BA7C7E'

red 186 ◦ green 124 ◦ blue 126

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

Shades of Tapestry #BA7C7E

Tints of Tapestry #BA7C7E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.44%

 BLUE value IS 126 (49.61% from 255) = 28.9%

R = 42.66%
G = 28.44%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA7C7E (or 0xBA7C7E) is known color: Tapestry. HEX triplet: BA, 7C and 7E. RGB value is (186,124,126). Sum of RGB (Red+Green+Blue) = 186+124+126=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C7E is #458381. Grayscale: #8E8E8E. Windows color (decimal): -4555650 or 8289466. OLE color: 8289466.

HSL color Cylindrical-coordinate representation of color #BA7C7E: hue angle of 358.06º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA7C7E is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 124 126 -
CMYK 0 0.33 0.32 0.27
HSL 358.06º 0.31% 0.61% -
HSV(B) 358.06º 0.33% 0.73% -
XYZ 31.22 26.36 23.18 -
YUV 142.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 186 124 126 0 0.33 0.32 0.27 358.06 0.31 0.61
Hex BA 7C 7E 0 21 20 1B 166 1F 3D
Octal 272 174 176 0 41 40 33 546 37 75
Binary 10111010 1111100 1111110 0 100001 100000 11011 101100110 11111 111101

Color Harmonies of #BA7C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C7E

Black with #BA7C7E

Text Example


Text Example

White with #BA7C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C7E; }

 p { color: rgb(186,124,126); }

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

background-color css

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

 a { background-color: rgb(186,124,126); }

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

border-color css

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

 span { border-color: rgb(186,124,126); }

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