Html Css Color HEX #B56D90 Tapestry

📋 copy color: '#B56D90'

red 181 ◦ green 109 ◦ blue 144

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

Shades of Tapestry #B56D90

Tints of Tapestry #B56D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.18%

R = 41.71%
G = 25.12%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B56D90 (or 0xB56D90) is known color: Tapestry. HEX triplet: B5, 6D and 90. RGB value is (181,109,144). Sum of RGB (Red+Green+Blue) = 181+109+144=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56D90 is #4A926F. Grayscale: #868686. Windows color (decimal): -4887152 or 9465269. OLE color: 9465269.

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

Color convert

RGB 181 109 144 -
CMYK 0 0.40 0.20 0.29
HSL 330.83º 0.33% 0.57% -
HSV(B) 330.83º 0.4% 0.71% -
XYZ 29.56 22.77 29.22 -
YUV 134.52 133.35 161.15 -
System Red Green Blue C M Y K H S L
Decimal 181 109 144 0 0.40 0.20 0.29 330.83 0.33 0.57
Hex B5 6D 90 0 28 14 1D 14B 21 39
Octal 265 155 220 0 50 24 35 513 41 71
Binary 10110101 1101101 10010000 0 101000 10100 11101 101001011 100001 111001

Color Harmonies of #B56D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56D90

Black with #B56D90

Text Example


Text Example

White with #B56D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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