Html Css Color HEX #B56987 Tapestry

📋 copy color: '#B56987'

red 181 ◦ green 105 ◦ blue 135

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

Shades of Tapestry #B56987

Tints of Tapestry #B56987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.94%

 BLUE value IS 135 (53.13% from 255) = 32.07%

R = 42.99%
G = 24.94%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B56987 (or 0xB56987) is known color: Tapestry. HEX triplet: B5, 69 and 87. RGB value is (181,105,135). Sum of RGB (Red+Green+Blue) = 181+105+135=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B56987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56987 is #4A9678. Grayscale: #838383. Windows color (decimal): -4888185 or 8874421. OLE color: 8874421.

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

Color convert

RGB 181 105 135 -
CMYK 0 0.42 0.25 0.29
HSL 336.32º 0.34% 0.56% -
HSV(B) 336.32º 0.42% 0.71% -
XYZ 28.48 21.68 25.6 -
YUV 131.14 130.18 163.56 -
System Red Green Blue C M Y K H S L
Decimal 181 105 135 0 0.42 0.25 0.29 336.32 0.34 0.56
Hex B5 69 87 0 2A 19 1D 150 22 38
Octal 265 151 207 0 52 31 35 520 42 70
Binary 10110101 1101001 10000111 0 101010 11001 11101 101010000 100010 111000

Color Harmonies of #B56987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56987

Black with #B56987

Text Example


Text Example

White with #B56987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56987; }

 p { color: rgb(181,105,135); }

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

background-color css

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

 a { background-color: rgb(181,105,135); }

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

border-color css

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

 span { border-color: rgb(181,105,135); }

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