Html Css Color HEX #B0728C Tapestry

📋 copy color: '#B0728C'

red 176 ◦ green 114 ◦ blue 140

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

Shades of Tapestry #B0728C

Tints of Tapestry #B0728C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.56%

R = 40.93%
G = 26.51%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0728C (or 0xB0728C) is known color: Tapestry. HEX triplet: B0, 72 and 8C. RGB value is (176,114,140). Sum of RGB (Red+Green+Blue) = 176+114+140=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0728C is #4F8D73. Grayscale: #878787. Windows color (decimal): -5213556 or 9204400. OLE color: 9204400.

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

Color convert

RGB 176 114 140 -
CMYK 0 0.35 0.20 0.31
HSL 334.84º 0.28% 0.57% -
HSV(B) 334.84º 0.35% 0.69% -
XYZ 28.66 23.16 27.77 -
YUV 135.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 176 114 140 0 0.35 0.20 0.31 334.84 0.28 0.57
Hex B0 72 8C 0 23 14 1F 14F 1C 39
Octal 260 162 214 0 43 24 37 517 34 71
Binary 10110000 1110010 10001100 0 100011 10100 11111 101001111 11100 111001

Color Harmonies of #B0728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0728C

Black with #B0728C

Text Example


Text Example

White with #B0728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0728C; }

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

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

background-color css

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

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

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

border-color css

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

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

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