Html Css Color HEX #BA7D81 Tapestry

📋 copy color: '#BA7D81'

red 186 ◦ green 125 ◦ blue 129

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

Shades of Tapestry #BA7D81

Tints of Tapestry #BA7D81

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.41%

 BLUE value IS 129 (50.78% from 255) = 29.32%

R = 42.27%
G = 28.41%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA7D81 (or 0xBA7D81) is known color: Tapestry. HEX triplet: BA, 7D and 81. RGB value is (186,125,129). Sum of RGB (Red+Green+Blue) = 186+125+129=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7D81 is #45827E. Grayscale: #8F8F8F. Windows color (decimal): -4555391 or 8486330. OLE color: 8486330.

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

Color convert

RGB 186 125 129 -
CMYK 0 0.33 0.31 0.27
HSL 356.07º 0.31% 0.61% -
HSV(B) 356.07º 0.33% 0.73% -
XYZ 31.55 26.69 24.26 -
YUV 143.7 119.71 158.17 -
System Red Green Blue C M Y K H S L
Decimal 186 125 129 0 0.33 0.31 0.27 356.07 0.31 0.61
Hex BA 7D 81 0 21 1F 1B 164 1F 3D
Octal 272 175 201 0 41 37 33 544 37 75
Binary 10111010 1111101 10000001 0 100001 11111 11011 101100100 11111 111101

Color Harmonies of #BA7D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D81

Black with #BA7D81

Text Example


Text Example

White with #BA7D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D81; }

 p { color: rgb(186,125,129); }

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

background-color css

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

 a { background-color: rgb(186,125,129); }

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

border-color css

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

 span { border-color: rgb(186,125,129); }

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