Html Css Color HEX #B77F8D Tapestry

📋 copy color: '#B77F8D'

red 183 ◦ green 127 ◦ blue 141

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

Shades of Tapestry #B77F8D

Tints of Tapestry #B77F8D

RGB

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

 GREEN value IS 127 (50% from 255) = 28.16%

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

R = 40.58%
G = 28.16%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B77F8D (or 0xB77F8D) is known color: Tapestry. HEX triplet: B7, 7F and 8D. RGB value is (183,127,141). Sum of RGB (Red+Green+Blue) = 183+127+141=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77F8D is #488072. Grayscale: #919191. Windows color (decimal): -4751475 or 9273271. OLE color: 9273271.

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

Color convert

RGB 183 127 141 -
CMYK 0 0.31 0.23 0.28
HSL 345º 0.28% 0.61% -
HSV(B) 345º 0.31% 0.72% -
XYZ 31.93 27.17 28.76 -
YUV 145.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 183 127 141 0 0.31 0.23 0.28 345 0.28 0.61
Hex B7 7F 8D 0 1F 17 1C 159 1C 3D
Octal 267 177 215 0 37 27 34 531 34 75
Binary 10110111 1111111 10001101 0 11111 10111 11100 101011001 11100 111101

Color Harmonies of #B77F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77F8D

Black with #B77F8D

Text Example


Text Example

White with #B77F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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