Html Css Color HEX #B07E87 Tapestry

📋 copy color: '#B07E87'

red 176 ◦ green 126 ◦ blue 135

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

Shades of Tapestry #B07E87

Tints of Tapestry #B07E87

RGB

 RED value IS 176 (69.14% from 255) = 40.27%

 GREEN value IS 126 (49.61% from 255) = 28.83%

 BLUE value IS 135 (53.13% from 255) = 30.89%

R = 40.27%
G = 28.83%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B07E87 (or 0xB07E87) is known color: Tapestry. HEX triplet: B0, 7E and 87. RGB value is (176,126,135). Sum of RGB (Red+Green+Blue) = 176+126+135=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07E87 is #4F8178. Grayscale: #8D8D8D. Windows color (decimal): -5210489 or 8879792. OLE color: 8879792.

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

Color convert

RGB 176 126 135 -
CMYK 0 0.28 0.23 0.31
HSL 349.2º 0.24% 0.59% -
HSV(B) 349.2º 0.28% 0.69% -
XYZ 29.74 25.9 26.35 -
YUV 141.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 176 126 135 0 0.28 0.23 0.31 349.2 0.24 0.59
Hex B0 7E 87 0 1C 17 1F 15D 18 3B
Octal 260 176 207 0 34 27 37 535 30 73
Binary 10110000 1111110 10000111 0 11100 10111 11111 101011101 11000 111011

Color Harmonies of #B07E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E87

Black with #B07E87

Text Example


Text Example

White with #B07E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E87; }

 p { color: rgb(176,126,135); }

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

background-color css

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

 a { background-color: rgb(176,126,135); }

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

border-color css

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

 span { border-color: rgb(176,126,135); }

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