Html Css Color HEX #B3728B Tapestry

📋 copy color: '#B3728B'

red 179 ◦ green 114 ◦ blue 139

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

Shades of Tapestry #B3728B

Tints of Tapestry #B3728B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.18%

R = 41.44%
G = 26.39%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3728B (or 0xB3728B) is known color: Tapestry. HEX triplet: B3, 72 and 8B. RGB value is (179,114,139). Sum of RGB (Red+Green+Blue) = 179+114+139=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B3728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3728B is #4C8D74. Grayscale: #888888. Windows color (decimal): -5016949 or 9138867. OLE color: 9138867.

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

Color convert

RGB 179 114 139 -
CMYK 0 0.36 0.22 0.30
HSL 336.92º 0.3% 0.57% -
HSV(B) 336.92º 0.36% 0.7% -
XYZ 29.27 23.48 27.42 -
YUV 136.29 129.53 158.47 -
System Red Green Blue C M Y K H S L
Decimal 179 114 139 0 0.36 0.22 0.30 336.92 0.3 0.57
Hex B3 72 8B 0 24 16 1E 151 1E 39
Octal 263 162 213 0 44 26 36 521 36 71
Binary 10110011 1110010 10001011 0 100100 10110 11110 101010001 11110 111001

Color Harmonies of #B3728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3728B

Black with #B3728B

Text Example


Text Example

White with #B3728B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3728B; }

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

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

background-color css

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

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

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

border-color css

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

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

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