Html Css Color HEX #B2728D Tapestry

📋 copy color: '#B2728D'

red 178 ◦ green 114 ◦ blue 141

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

Shades of Tapestry #B2728D

Tints of Tapestry #B2728D

RGB

 RED value IS 178 (69.92% from 255) = 41.11%

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

 BLUE value IS 141 (55.47% from 255) = 32.56%

R = 41.11%
G = 26.33%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2728D (or 0xB2728D) is known color: Tapestry. HEX triplet: B2, 72 and 8D. RGB value is (178,114,141). Sum of RGB (Red+Green+Blue) = 178+114+141=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B2728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2728D is #4D8D72. Grayscale: #888888. Windows color (decimal): -5082483 or 9269938. OLE color: 9269938.

HSL color Cylindrical-coordinate representation of color #B2728D: hue angle of 334.69º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2728D is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 114 141 -
CMYK 0 0.36 0.21 0.30
HSL 334.69º 0.29% 0.57% -
HSV(B) 334.69º 0.36% 0.7% -
XYZ 29.19 23.42 28.18 -
YUV 136.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 178 114 141 0 0.36 0.21 0.30 334.69 0.29 0.57
Hex B2 72 8D 0 24 15 1E 14F 1D 39
Octal 262 162 215 0 44 25 36 517 35 71
Binary 10110010 1110010 10001101 0 100100 10101 11110 101001111 11101 111001

Color Harmonies of #B2728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2728D

Black with #B2728D

Text Example


Text Example

White with #B2728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2728D; }

 p { color: rgb(178,114,141); }

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

background-color css

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

 a { background-color: rgb(178,114,141); }

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

border-color css

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

 span { border-color: rgb(178,114,141); }

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