Html Css Color HEX #B4718D Tapestry

📋 copy color: '#B4718D'

red 180 ◦ green 113 ◦ blue 141

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

Shades of Tapestry #B4718D

Tints of Tapestry #B4718D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.04%

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

R = 41.47%
G = 26.04%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4718D (or 0xB4718D) is known color: Tapestry. HEX triplet: B4, 71 and 8D. RGB value is (180,113,141). Sum of RGB (Red+Green+Blue) = 180+113+141=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B4718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4718D is #4B8E72. Grayscale: #888888. Windows color (decimal): -4951667 or 9269684. OLE color: 9269684.

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

Color convert

RGB 180 113 141 -
CMYK 0 0.37 0.22 0.29
HSL 334.93º 0.31% 0.57% -
HSV(B) 334.93º 0.37% 0.71% -
XYZ 29.54 23.44 28.17 -
YUV 136.23 130.7 159.22 -
System Red Green Blue C M Y K H S L
Decimal 180 113 141 0 0.37 0.22 0.29 334.93 0.31 0.57
Hex B4 71 8D 0 25 16 1D 14F 1F 39
Octal 264 161 215 0 45 26 35 517 37 71
Binary 10110100 1110001 10001101 0 100101 10110 11101 101001111 11111 111001

Color Harmonies of #B4718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4718D

Black with #B4718D

Text Example


Text Example

White with #B4718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4718D; }

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

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

background-color css

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

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

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

border-color css

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

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

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