Html Css Color HEX #B77A8D Tapestry

📋 copy color: '#B77A8D'

red 183 ◦ green 122 ◦ blue 141

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

Shades of Tapestry #B77A8D

Tints of Tapestry #B77A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.35%

 BLUE value IS 141 (55.47% from 255) = 31.61%

R = 41.03%
G = 27.35%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B77A8D (or 0xB77A8D) is known color: Tapestry. HEX triplet: B7, 7A and 8D. RGB value is (183,122,141). Sum of RGB (Red+Green+Blue) = 183+122+141=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77A8D is #488572. Grayscale: #8E8E8E. Windows color (decimal): -4752755 or 9271991. OLE color: 9271991.

HSL color Cylindrical-coordinate representation of color #B77A8D: hue angle of 341.31º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B77A8D is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 122 141 -
CMYK 0 0.33 0.23 0.28
HSL 341.31º 0.3% 0.6% -
HSV(B) 341.31º 0.33% 0.72% -
XYZ 31.3 25.91 28.55 -
YUV 142.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 183 122 141 0 0.33 0.23 0.28 341.31 0.3 0.6
Hex B7 7A 8D 0 21 17 1C 155 1E 3C
Octal 267 172 215 0 41 27 34 525 36 74
Binary 10110111 1111010 10001101 0 100001 10111 11100 101010101 11110 111100

Color Harmonies of #B77A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77A8D

Black with #B77A8D

Text Example


Text Example

White with #B77A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77A8D; }

 p { color: rgb(183,122,141); }

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

background-color css

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

 a { background-color: rgb(183,122,141); }

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

border-color css

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

 span { border-color: rgb(183,122,141); }

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