Html Css Color HEX #B0728F Tapestry

📋 copy color: '#B0728F'

red 176 ◦ green 114 ◦ blue 143

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

Shades of Tapestry #B0728F

Tints of Tapestry #B0728F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.03%

R = 40.65%
G = 26.33%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0728F (or 0xB0728F) is known color: Tapestry. HEX triplet: B0, 72 and 8F. RGB value is (176,114,143). Sum of RGB (Red+Green+Blue) = 176+114+143=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B0728F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0728F is #4F8D70. Grayscale: #878787. Windows color (decimal): -5213553 or 9401008. OLE color: 9401008.

HSL color Cylindrical-coordinate representation of color #B0728F: hue angle of 331.94º 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 #B0728F is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 114 143 -
CMYK 0 0.35 0.19 0.31
HSL 331.94º 0.28% 0.57% -
HSV(B) 331.94º 0.35% 0.69% -
XYZ 28.88 23.25 28.95 -
YUV 135.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 176 114 143 0 0.35 0.19 0.31 331.94 0.28 0.57
Hex B0 72 8F 0 23 13 1F 14C 1C 39
Octal 260 162 217 0 43 23 37 514 34 71
Binary 10110000 1110010 10001111 0 100011 10011 11111 101001100 11100 111001

Color Harmonies of #B0728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0728F

Black with #B0728F

Text Example


Text Example

White with #B0728F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0728F; }

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

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

background-color css

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

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

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

border-color css

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

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

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