Html Css Color HEX #B56791 Tapestry

📋 copy color: '#B56791'

red 181 ◦ green 103 ◦ blue 145

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

Shades of Tapestry #B56791

Tints of Tapestry #B56791

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.01%

 BLUE value IS 145 (57.03% from 255) = 33.8%

R = 42.19%
G = 24.01%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B56791 (or 0xB56791) is known color: Tapestry. HEX triplet: B5, 67 and 91. RGB value is (181,103,145). Sum of RGB (Red+Green+Blue) = 181+103+145=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B56791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56791 is #4A986E. Grayscale: #838383. Windows color (decimal): -4888687 or 9529269. OLE color: 9529269.

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

Color convert

RGB 181 103 145 -
CMYK 0 0.43 0.20 0.29
HSL 327.69º 0.35% 0.56% -
HSV(B) 327.69º 0.43% 0.71% -
XYZ 29.02 21.57 29.42 -
YUV 131.11 135.84 163.58 -
System Red Green Blue C M Y K H S L
Decimal 181 103 145 0 0.43 0.20 0.29 327.69 0.35 0.56
Hex B5 67 91 0 2B 14 1D 148 23 38
Octal 265 147 221 0 53 24 35 510 43 70
Binary 10110101 1100111 10010001 0 101011 10100 11101 101001000 100011 111000

Color Harmonies of #B56791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56791

Black with #B56791

Text Example


Text Example

White with #B56791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56791; }

 p { color: rgb(181,103,145); }

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

background-color css

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

 a { background-color: rgb(181,103,145); }

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

border-color css

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

 span { border-color: rgb(181,103,145); }

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