Html Css Color HEX #B56690 Tapestry

📋 copy color: '#B56690'

red 181 ◦ green 102 ◦ blue 144

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

Shades of Tapestry #B56690

Tints of Tapestry #B56690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.89%

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

R = 42.39%
G = 23.89%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B56690 (or 0xB56690) is known color: Tapestry. HEX triplet: B5, 66 and 90. RGB value is (181,102,144). Sum of RGB (Red+Green+Blue) = 181+102+144=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B56690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56690 is #4A996F. Grayscale: #828282. Windows color (decimal): -4888944 or 9463477. OLE color: 9463477.

HSL color Cylindrical-coordinate representation of color #B56690: hue angle of 328.1º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B56690 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 102 144 -
CMYK 0 0.44 0.20 0.29
HSL 328.1º 0.35% 0.55% -
HSV(B) 328.1º 0.44% 0.71% -
XYZ 28.84 21.34 28.98 -
YUV 130.41 135.67 164.08 -
System Red Green Blue C M Y K H S L
Decimal 181 102 144 0 0.44 0.20 0.29 328.1 0.35 0.55
Hex B5 66 90 0 2C 14 1D 148 23 37
Octal 265 146 220 0 54 24 35 510 43 67
Binary 10110101 1100110 10010000 0 101100 10100 11101 101001000 100011 110111

Color Harmonies of #B56690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56690

Black with #B56690

Text Example


Text Example

White with #B56690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56690; }

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

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

background-color css

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

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

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

border-color css

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

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

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