Html Css Color HEX #B4708D Tapestry

📋 copy color: '#B4708D'

red 180 ◦ green 112 ◦ blue 141

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

Shades of Tapestry #B4708D

Tints of Tapestry #B4708D

RGB

 RED value IS 180 (70.7% from 255) = 41.57%

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

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

R = 41.57%
G = 25.87%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4708D (or 0xB4708D) is known color: Tapestry. HEX triplet: B4, 70 and 8D. RGB value is (180,112,141). Sum of RGB (Red+Green+Blue) = 180+112+141=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B4708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4708D is #4B8F72. Grayscale: #878787. Windows color (decimal): -4951923 or 9269428. OLE color: 9269428.

HSL color Cylindrical-coordinate representation of color #B4708D: hue angle of 334.41º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4708D is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 112 141 -
CMYK 0 0.38 0.22 0.29
HSL 334.41º 0.31% 0.57% -
HSV(B) 334.41º 0.38% 0.71% -
XYZ 29.42 23.21 28.13 -
YUV 135.64 131.03 159.64 -
System Red Green Blue C M Y K H S L
Decimal 180 112 141 0 0.38 0.22 0.29 334.41 0.31 0.57
Hex B4 70 8D 0 26 16 1D 14E 1F 39
Octal 264 160 215 0 46 26 35 516 37 71
Binary 10110100 1110000 10001101 0 100110 10110 11101 101001110 11111 111001

Color Harmonies of #B4708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4708D

Black with #B4708D

Text Example


Text Example

White with #B4708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4708D; }

 p { color: rgb(180,112,141); }

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

background-color css

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

 a { background-color: rgb(180,112,141); }

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

border-color css

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

 span { border-color: rgb(180,112,141); }

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