Html Css Color HEX #B3708E Tapestry

📋 copy color: '#B3708E'

red 179 ◦ green 112 ◦ blue 142

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

Shades of Tapestry #B3708E

Tints of Tapestry #B3708E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.87%

 BLUE value IS 142 (55.86% from 255) = 32.79%

R = 41.34%
G = 25.87%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3708E (or 0xB3708E) is known color: Tapestry. HEX triplet: B3, 70 and 8E. RGB value is (179,112,142). Sum of RGB (Red+Green+Blue) = 179+112+142=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B3708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3708E is #4C8F71. Grayscale: #878787. Windows color (decimal): -5017458 or 9334963. OLE color: 9334963.

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

Color convert

RGB 179 112 142 -
CMYK 0 0.37 0.21 0.30
HSL 333.13º 0.31% 0.57% -
HSV(B) 333.13º 0.37% 0.7% -
XYZ 29.27 23.13 28.51 -
YUV 135.45 131.7 159.06 -
System Red Green Blue C M Y K H S L
Decimal 179 112 142 0 0.37 0.21 0.30 333.13 0.31 0.57
Hex B3 70 8E 0 25 15 1E 14D 1F 39
Octal 263 160 216 0 45 25 36 515 37 71
Binary 10110011 1110000 10001110 0 100101 10101 11110 101001101 11111 111001

Color Harmonies of #B3708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3708E

Black with #B3708E

Text Example


Text Example

White with #B3708E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3708E; }

 p { color: rgb(179,112,142); }

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

background-color css

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

 a { background-color: rgb(179,112,142); }

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

border-color css

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

 span { border-color: rgb(179,112,142); }

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