Html Css Color HEX #B56D8F Tapestry

📋 copy color: '#B56D8F'

red 181 ◦ green 109 ◦ blue 143

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

Shades of Tapestry #B56D8F

Tints of Tapestry #B56D8F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.17%

 BLUE value IS 143 (56.25% from 255) = 33.03%

R = 41.8%
G = 25.17%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B56D8F (or 0xB56D8F) is known color: Tapestry. HEX triplet: B5, 6D and 8F. RGB value is (181,109,143). Sum of RGB (Red+Green+Blue) = 181+109+143=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56D8F is #4A9270. Grayscale: #868686. Windows color (decimal): -4887153 or 9399733. OLE color: 9399733.

HSL color Cylindrical-coordinate representation of color #B56D8F: hue angle of 331.67º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56D8F is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 109 143 -
CMYK 0 0.40 0.21 0.29
HSL 331.67º 0.33% 0.57% -
HSV(B) 331.67º 0.4% 0.71% -
XYZ 29.48 22.74 28.82 -
YUV 134.4 132.85 161.24 -
System Red Green Blue C M Y K H S L
Decimal 181 109 143 0 0.40 0.21 0.29 331.67 0.33 0.57
Hex B5 6D 8F 0 28 15 1D 14C 21 39
Octal 265 155 217 0 50 25 35 514 41 71
Binary 10110101 1101101 10001111 0 101000 10101 11101 101001100 100001 111001

Color Harmonies of #B56D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56D8F

Black with #B56D8F

Text Example


Text Example

White with #B56D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56D8F; }

 p { color: rgb(181,109,143); }

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

background-color css

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

 a { background-color: rgb(181,109,143); }

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

border-color css

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

 span { border-color: rgb(181,109,143); }

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