Html Css Color HEX #B56990 Tapestry

📋 copy color: '#B56990'

red 181 ◦ green 105 ◦ blue 144

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

Shades of Tapestry #B56990

Tints of Tapestry #B56990

RGB

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

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

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

R = 42.09%
G = 24.42%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B56990 (or 0xB56990) is known color: Tapestry. HEX triplet: B5, 69 and 90. RGB value is (181,105,144). Sum of RGB (Red+Green+Blue) = 181+105+144=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B56990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56990 is #4A966F. Grayscale: #848484. Windows color (decimal): -4888176 or 9464245. OLE color: 9464245.

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

Color convert

RGB 181 105 144 -
CMYK 0 0.42 0.20 0.29
HSL 329.21º 0.34% 0.56% -
HSV(B) 329.21º 0.42% 0.71% -
XYZ 29.14 21.94 29.08 -
YUV 132.17 134.68 162.83 -
System Red Green Blue C M Y K H S L
Decimal 181 105 144 0 0.42 0.20 0.29 329.21 0.34 0.56
Hex B5 69 90 0 2A 14 1D 149 22 38
Octal 265 151 220 0 52 24 35 511 42 70
Binary 10110101 1101001 10010000 0 101010 10100 11101 101001001 100010 111000

Color Harmonies of #B56990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56990

Black with #B56990

Text Example


Text Example

White with #B56990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56990; }

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

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

background-color css

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

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

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

border-color css

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

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

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