Html Css Color HEX #B87980 Tapestry

📋 copy color: '#B87980'

red 184 ◦ green 121 ◦ blue 128

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

Shades of Tapestry #B87980

Tints of Tapestry #B87980

RGB

 RED value IS 184 (72.27% from 255) = 42.49%

 GREEN value IS 121 (47.66% from 255) = 27.94%

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

R = 42.49%
G = 27.94%
B = 29.56%

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

#B87980 (or 0xB87980) is known color: Tapestry. HEX triplet: B8, 79 and 80. RGB value is (184,121,128). Sum of RGB (Red+Green+Blue) = 184+121+128=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B87980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87980 is #47867F. Grayscale: #8C8C8C. Windows color (decimal): -4687488 or 8419768. OLE color: 8419768.

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

Color convert

RGB 184 121 128 -
CMYK 0 0.34 0.30 0.28
HSL 353.33º 0.31% 0.6% -
HSV(B) 353.33º 0.34% 0.72% -
XYZ 30.5 25.42 23.72 -
YUV 140.64 120.87 158.93 -
System Red Green Blue C M Y K H S L
Decimal 184 121 128 0 0.34 0.30 0.28 353.33 0.31 0.6
Hex B8 79 80 0 22 1E 1C 161 1F 3C
Octal 270 171 200 0 42 36 34 541 37 74
Binary 10111000 1111001 10000000 0 100010 11110 11100 101100001 11111 111100

Color Harmonies of #B87980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87980

Black with #B87980

Text Example


Text Example

White with #B87980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87980; }

 p { color: rgb(184,121,128); }

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

background-color css

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

 a { background-color: rgb(184,121,128); }

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

border-color css

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

 span { border-color: rgb(184,121,128); }

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