Html Css Color HEX #BA7B7E Tapestry

📋 copy color: '#BA7B7E'

red 186 ◦ green 123 ◦ blue 126

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

Shades of Tapestry #BA7B7E

Tints of Tapestry #BA7B7E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.28%

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

R = 42.76%
G = 28.28%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA7B7E (or 0xBA7B7E) is known color: Tapestry. HEX triplet: BA, 7B and 7E. RGB value is (186,123,126). Sum of RGB (Red+Green+Blue) = 186+123+126=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B7E is #458481. Grayscale: #8E8E8E. Windows color (decimal): -4555906 or 8289210. OLE color: 8289210.

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

Color convert

RGB 186 123 126 -
CMYK 0 0.34 0.32 0.27
HSL 357.14º 0.31% 0.61% -
HSV(B) 357.14º 0.34% 0.73% -
XYZ 31.1 26.11 23.14 -
YUV 142.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 186 123 126 0 0.34 0.32 0.27 357.14 0.31 0.61
Hex BA 7B 7E 0 22 20 1B 165 1F 3D
Octal 272 173 176 0 42 40 33 545 37 75
Binary 10111010 1111011 1111110 0 100010 100000 11011 101100101 11111 111101

Color Harmonies of #BA7B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B7E

Black with #BA7B7E

Text Example


Text Example

White with #BA7B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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