Html Css Color HEX #B57780 Tapestry

📋 copy color: '#B57780'

red 181 ◦ green 119 ◦ blue 128

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

Shades of Tapestry #B57780

Tints of Tapestry #B57780

RGB

 RED value IS 181 (71.09% from 255) = 42.29%

 GREEN value IS 119 (46.88% from 255) = 27.8%

 BLUE value IS 128 (50.39% from 255) = 29.91%

R = 42.29%
G = 27.8%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B57780 (or 0xB57780) is known color: Tapestry. HEX triplet: B5, 77 and 80. RGB value is (181,119,128). Sum of RGB (Red+Green+Blue) = 181+119+128=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B57780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57780 is #4A887F. Grayscale: #8A8A8A. Windows color (decimal): -4884608 or 8419253. OLE color: 8419253.

HSL color Cylindrical-coordinate representation of color #B57780: hue angle of 351.29º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B57780 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 119 128 -
CMYK 0 0.34 0.29 0.29
HSL 351.29º 0.3% 0.59% -
HSV(B) 351.29º 0.34% 0.71% -
XYZ 29.55 24.58 23.61 -
YUV 138.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 181 119 128 0 0.34 0.29 0.29 351.29 0.3 0.59
Hex B5 77 80 0 22 1D 1D 15F 1E 3B
Octal 265 167 200 0 42 35 35 537 36 73
Binary 10110101 1110111 10000000 0 100010 11101 11101 101011111 11110 111011

Color Harmonies of #B57780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57780

Black with #B57780

Text Example


Text Example

White with #B57780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57780; }

 p { color: rgb(181,119,128); }

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

background-color css

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

 a { background-color: rgb(181,119,128); }

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

border-color css

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

 span { border-color: rgb(181,119,128); }

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