Html Css Color HEX #B3728A Tapestry

📋 copy color: '#B3728A'

red 179 ◦ green 114 ◦ blue 138

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

Shades of Tapestry #B3728A

Tints of Tapestry #B3728A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.02%

R = 41.53%
G = 26.45%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B3728A (or 0xB3728A) is known color: Tapestry. HEX triplet: B3, 72 and 8A. RGB value is (179,114,138). Sum of RGB (Red+Green+Blue) = 179+114+138=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B3728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3728A is #4C8D75. Grayscale: #888888. Windows color (decimal): -5016950 or 9073331. OLE color: 9073331.

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

Color convert

RGB 179 114 138 -
CMYK 0 0.36 0.23 0.30
HSL 337.85º 0.3% 0.57% -
HSV(B) 337.85º 0.36% 0.7% -
XYZ 29.2 23.45 27.03 -
YUV 136.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 179 114 138 0 0.36 0.23 0.30 337.85 0.3 0.57
Hex B3 72 8A 0 24 17 1E 152 1E 39
Octal 263 162 212 0 44 27 36 522 36 71
Binary 10110011 1110010 10001010 0 100100 10111 11110 101010010 11110 111001

Color Harmonies of #B3728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3728A

Black with #B3728A

Text Example


Text Example

White with #B3728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3728A; }

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

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

background-color css

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

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

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

border-color css

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

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

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