Html Css Color HEX #B0727F Tapestry

📋 copy color: '#B0727F'

red 176 ◦ green 114 ◦ blue 127

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

Shades of Tapestry #B0727F

Tints of Tapestry #B0727F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.34%

 BLUE value IS 127 (50% from 255) = 30.46%

R = 42.21%
G = 27.34%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0727F (or 0xB0727F) is known color: Tapestry. HEX triplet: B0, 72 and 7F. RGB value is (176,114,127). Sum of RGB (Red+Green+Blue) = 176+114+127=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0727F is #4F8D80. Grayscale: #868686. Windows color (decimal): -5213569 or 8352432. OLE color: 8352432.

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

Color convert

RGB 176 114 127 -
CMYK 0 0.35 0.28 0.31
HSL 347.42º 0.28% 0.57% -
HSV(B) 347.42º 0.35% 0.69% -
XYZ 27.75 22.8 23.02 -
YUV 134.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 176 114 127 0 0.35 0.28 0.31 347.42 0.28 0.57
Hex B0 72 7F 0 23 1C 1F 15B 1C 39
Octal 260 162 177 0 43 34 37 533 34 71
Binary 10110000 1110010 1111111 0 100011 11100 11111 101011011 11100 111001

Color Harmonies of #B0727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0727F

Black with #B0727F

Text Example


Text Example

White with #B0727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0727F; }

 p { color: rgb(176,114,127); }

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

background-color css

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

 a { background-color: rgb(176,114,127); }

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

border-color css

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

 span { border-color: rgb(176,114,127); }

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