Html Css Color HEX #B77880 Tapestry

📋 copy color: '#B77880'

red 183 ◦ green 120 ◦ blue 128

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

Shades of Tapestry #B77880

Tints of Tapestry #B77880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.84%

 BLUE value IS 128 (50.39% from 255) = 29.7%

R = 42.46%
G = 27.84%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B77880 (or 0xB77880) is known color: Tapestry. HEX triplet: B7, 78 and 80. RGB value is (183,120,128). Sum of RGB (Red+Green+Blue) = 183+120+128=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B77880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77880 is #48877F. Grayscale: #8B8B8B. Windows color (decimal): -4753280 or 8419511. OLE color: 8419511.

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

Color convert

RGB 183 120 128 -
CMYK 0 0.34 0.30 0.28
HSL 352.38º 0.3% 0.59% -
HSV(B) 352.38º 0.34% 0.72% -
XYZ 30.14 25.06 23.67 -
YUV 139.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 183 120 128 0 0.34 0.30 0.28 352.38 0.3 0.59
Hex B7 78 80 0 22 1E 1C 160 1E 3B
Octal 267 170 200 0 42 36 34 540 36 73
Binary 10110111 1111000 10000000 0 100010 11110 11100 101100000 11110 111011

Color Harmonies of #B77880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77880

Black with #B77880

Text Example


Text Example

White with #B77880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77880; }

 p { color: rgb(183,120,128); }

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

background-color css

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

 a { background-color: rgb(183,120,128); }

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

border-color css

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

 span { border-color: rgb(183,120,128); }

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