Html Css Color HEX #B77391 Tapestry

📋 copy color: '#B77391'

red 183 ◦ green 115 ◦ blue 145

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

Shades of Tapestry #B77391

Tints of Tapestry #B77391

RGB

 RED value IS 183 (71.88% from 255) = 41.31%

 GREEN value IS 115 (45.31% from 255) = 25.96%

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

R = 41.31%
G = 25.96%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B77391 (or 0xB77391) is known color: Tapestry. HEX triplet: B7, 73 and 91. RGB value is (183,115,145). Sum of RGB (Red+Green+Blue) = 183+115+145=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B77391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77391 is #488C6E. Grayscale: #8A8A8A. Windows color (decimal): -4754543 or 9532343. OLE color: 9532343.

HSL color Cylindrical-coordinate representation of color #B77391: hue angle of 333.53º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B77391 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 115 145 -
CMYK 0 0.37 0.21 0.28
HSL 333.53º 0.32% 0.58% -
HSV(B) 333.53º 0.37% 0.72% -
XYZ 30.77 24.37 29.87 -
YUV 138.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 183 115 145 0 0.37 0.21 0.28 333.53 0.32 0.58
Hex B7 73 91 0 25 15 1C 14E 20 3A
Octal 267 163 221 0 45 25 34 516 40 72
Binary 10110111 1110011 10010001 0 100101 10101 11100 101001110 100000 111010

Color Harmonies of #B77391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77391

Black with #B77391

Text Example


Text Example

White with #B77391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77391; }

 p { color: rgb(183,115,145); }

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

background-color css

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

 a { background-color: rgb(183,115,145); }

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

border-color css

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

 span { border-color: rgb(183,115,145); }

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