Html Css Color HEX #B56080 Tapestry

📋 copy color: '#B56080'

red 181 ◦ green 96 ◦ blue 128

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

Shades of Tapestry #B56080

Tints of Tapestry #B56080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.7%

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

R = 44.69%
G = 23.7%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B56080 (or 0xB56080) is known color: Tapestry. HEX triplet: B5, 60 and 80. RGB value is (181,96,128). Sum of RGB (Red+Green+Blue) = 181+96+128=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B56080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56080 is #4A9F7F. Grayscale: #7D7D7D. Windows color (decimal): -4890496 or 8413365. OLE color: 8413365.

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

Color convert

RGB 181 96 128 -
CMYK 0 0.47 0.29 0.29
HSL 337.41º 0.36% 0.54% -
HSV(B) 337.41º 0.47% 0.71% -
XYZ 27.14 19.75 22.8 -
YUV 125.06 129.66 167.9 -
System Red Green Blue C M Y K H S L
Decimal 181 96 128 0 0.47 0.29 0.29 337.41 0.36 0.54
Hex B5 60 80 0 2F 1D 1D 151 24 36
Octal 265 140 200 0 57 35 35 521 44 66
Binary 10110101 1100000 10000000 0 101111 11101 11101 101010001 100100 110110

Color Harmonies of #B56080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56080

Black with #B56080

Text Example


Text Example

White with #B56080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56080; }

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

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

background-color css

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

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

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

border-color css

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

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

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