Html Css Color HEX #B56988 Tapestry

📋 copy color: '#B56988'

red 181 ◦ green 105 ◦ blue 136

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

Shades of Tapestry #B56988

Tints of Tapestry #B56988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.23%

R = 42.89%
G = 24.88%
B = 32.23%

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

#B56988 (or 0xB56988) is known color: Tapestry. HEX triplet: B5, 69 and 88. RGB value is (181,105,136). Sum of RGB (Red+Green+Blue) = 181+105+136=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B56988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56988 is #4A9677. Grayscale: #838383. Windows color (decimal): -4888184 or 8939957. OLE color: 8939957.

HSL color Cylindrical-coordinate representation of color #B56988: hue angle of 335.53º 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 #B56988 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 105 136 -
CMYK 0 0.42 0.25 0.29
HSL 335.53º 0.34% 0.56% -
HSV(B) 335.53º 0.42% 0.71% -
XYZ 28.55 21.7 25.98 -
YUV 131.26 130.68 163.48 -
System Red Green Blue C M Y K H S L
Decimal 181 105 136 0 0.42 0.25 0.29 335.53 0.34 0.56
Hex B5 69 88 0 2A 19 1D 150 22 38
Octal 265 151 210 0 52 31 35 520 42 70
Binary 10110101 1101001 10001000 0 101010 11001 11101 101010000 100010 111000

Color Harmonies of #B56988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56988

Black with #B56988

Text Example


Text Example

White with #B56988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56988; }

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

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

background-color css

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

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

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

border-color css

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

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

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