Html Css Color HEX #B07C87 Tapestry

📋 copy color: '#B07C87'

red 176 ◦ green 124 ◦ blue 135

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

Shades of Tapestry #B07C87

Tints of Tapestry #B07C87

RGB

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

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

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

R = 40.46%
G = 28.51%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B07C87 (or 0xB07C87) is known color: Tapestry. HEX triplet: B0, 7C and 87. RGB value is (176,124,135). Sum of RGB (Red+Green+Blue) = 176+124+135=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07C87 is #4F8378. Grayscale: #8C8C8C. Windows color (decimal): -5211001 or 8879280. OLE color: 8879280.

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

Color convert

RGB 176 124 135 -
CMYK 0 0.30 0.23 0.31
HSL 347.31º 0.25% 0.59% -
HSV(B) 347.31º 0.3% 0.69% -
XYZ 29.49 25.39 26.27 -
YUV 140.8 124.73 153.11 -
System Red Green Blue C M Y K H S L
Decimal 176 124 135 0 0.30 0.23 0.31 347.31 0.25 0.59
Hex B0 7C 87 0 1E 17 1F 15B 19 3B
Octal 260 174 207 0 36 27 37 533 31 73
Binary 10110000 1111100 10000111 0 11110 10111 11111 101011011 11001 111011

Color Harmonies of #B07C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07C87

Black with #B07C87

Text Example


Text Example

White with #B07C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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