Html Css Color HEX #B4718C Tapestry

📋 copy color: '#B4718C'

red 180 ◦ green 113 ◦ blue 140

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

Shades of Tapestry #B4718C

Tints of Tapestry #B4718C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.33%

R = 41.57%
G = 26.1%
B = 32.33%

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

#B4718C (or 0xB4718C) is known color: Tapestry. HEX triplet: B4, 71 and 8C. RGB value is (180,113,140). Sum of RGB (Red+Green+Blue) = 180+113+140=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B4718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4718C is #4B8E73. Grayscale: #888888. Windows color (decimal): -4951668 or 9204148. OLE color: 9204148.

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

Color convert

RGB 180 113 140 -
CMYK 0 0.37 0.22 0.29
HSL 335.82º 0.31% 0.57% -
HSV(B) 335.82º 0.37% 0.71% -
XYZ 29.46 23.41 27.78 -
YUV 136.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 180 113 140 0 0.37 0.22 0.29 335.82 0.31 0.57
Hex B4 71 8C 0 25 16 1D 150 1F 39
Octal 264 161 214 0 45 26 35 520 37 71
Binary 10110100 1110001 10001100 0 100101 10110 11101 101010000 11111 111001

Color Harmonies of #B4718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4718C

Black with #B4718C

Text Example


Text Example

White with #B4718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4718C; }

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

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

background-color css

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

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

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

border-color css

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

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

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