Html Css Color HEX #B87C80 Tapestry

📋 copy color: '#B87C80'

red 184 ◦ green 124 ◦ blue 128

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

Shades of Tapestry #B87C80

Tints of Tapestry #B87C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.44%

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

R = 42.2%
G = 28.44%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B87C80 (or 0xB87C80) is known color: Tapestry. HEX triplet: B8, 7C and 80. RGB value is (184,124,128). Sum of RGB (Red+Green+Blue) = 184+124+128=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87C80 is #47837F. Grayscale: #8E8E8E. Windows color (decimal): -4686720 or 8420536. OLE color: 8420536.

HSL color Cylindrical-coordinate representation of color #B87C80: hue angle of 356º 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 #B87C80 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 124 128 -
CMYK 0 0.33 0.30 0.28
HSL 356º 0.3% 0.6% -
HSV(B) 356º 0.33% 0.72% -
XYZ 30.87 26.16 23.85 -
YUV 142.4 119.88 157.67 -
System Red Green Blue C M Y K H S L
Decimal 184 124 128 0 0.33 0.30 0.28 356 0.3 0.6
Hex B8 7C 80 0 21 1E 1C 164 1E 3C
Octal 270 174 200 0 41 36 34 544 36 74
Binary 10111000 1111100 10000000 0 100001 11110 11100 101100100 11110 111100

Color Harmonies of #B87C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87C80

Black with #B87C80

Text Example


Text Example

White with #B87C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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