Html Css Color HEX #B3728F Tapestry

📋 copy color: '#B3728F'

red 179 ◦ green 114 ◦ blue 143

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

Shades of Tapestry #B3728F

Tints of Tapestry #B3728F

RGB

 RED value IS 179 (70.31% from 255) = 41.06%

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

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

R = 41.06%
G = 26.15%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B3728F (or 0xB3728F) is known color: Tapestry. HEX triplet: B3, 72 and 8F. RGB value is (179,114,143). Sum of RGB (Red+Green+Blue) = 179+114+143=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B3728F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3728F is #4C8D70. Grayscale: #888888. Windows color (decimal): -5016945 or 9401011. OLE color: 9401011.

HSL color Cylindrical-coordinate representation of color #B3728F: hue angle of 333.23º degrees, saturation: 0.3, 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 #B3728F is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 114 143 -
CMYK 0 0.36 0.20 0.30
HSL 333.23º 0.3% 0.57% -
HSV(B) 333.23º 0.36% 0.7% -
XYZ 29.57 23.6 28.98 -
YUV 136.74 131.53 158.14 -
System Red Green Blue C M Y K H S L
Decimal 179 114 143 0 0.36 0.20 0.30 333.23 0.3 0.57
Hex B3 72 8F 0 24 14 1E 14D 1E 39
Octal 263 162 217 0 44 24 36 515 36 71
Binary 10110011 1110010 10001111 0 100100 10100 11110 101001101 11110 111001

Color Harmonies of #B3728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3728F

Black with #B3728F

Text Example


Text Example

White with #B3728F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3728F; }

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

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

background-color css

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

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

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

border-color css

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

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

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