Html Css Color HEX #B4718E Tapestry

📋 copy color: '#B4718E'

red 180 ◦ green 113 ◦ blue 142

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

Shades of Tapestry #B4718E

Tints of Tapestry #B4718E

RGB

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

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

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

R = 41.38%
G = 25.98%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B4718E (or 0xB4718E) is known color: Tapestry. HEX triplet: B4, 71 and 8E. RGB value is (180,113,142). Sum of RGB (Red+Green+Blue) = 180+113+142=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4718E is #4B8E71. Grayscale: #888888. Windows color (decimal): -4951666 or 9335220. OLE color: 9335220.

HSL color Cylindrical-coordinate representation of color #B4718E: hue angle of 334.03º 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 #B4718E is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 113 142 -
CMYK 0 0.37 0.21 0.29
HSL 334.03º 0.31% 0.57% -
HSV(B) 334.03º 0.37% 0.71% -
XYZ 29.61 23.47 28.56 -
YUV 136.34 131.2 159.14 -
System Red Green Blue C M Y K H S L
Decimal 180 113 142 0 0.37 0.21 0.29 334.03 0.31 0.57
Hex B4 71 8E 0 25 15 1D 14E 1F 39
Octal 264 161 216 0 45 25 35 516 37 71
Binary 10110100 1110001 10001110 0 100101 10101 11101 101001110 11111 111001

Color Harmonies of #B4718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4718E

Black with #B4718E

Text Example


Text Example

White with #B4718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4718E; }

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

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

background-color css

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

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

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

border-color css

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

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

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