Html Css Color HEX #B8718F Tapestry

📋 copy color: '#B8718F'

red 184 ◦ green 113 ◦ blue 143

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

Shades of Tapestry #B8718F

Tints of Tapestry #B8718F

RGB

 RED value IS 184 (72.27% from 255) = 41.82%

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

 BLUE value IS 143 (56.25% from 255) = 32.5%

R = 41.82%
G = 25.68%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B8718F (or 0xB8718F) is known color: Tapestry. HEX triplet: B8, 71 and 8F. RGB value is (184,113,143). Sum of RGB (Red+Green+Blue) = 184+113+143=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B8718F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8718F is #478E70. Grayscale: #898989. Windows color (decimal): -4689521 or 9400760. OLE color: 9400760.

HSL color Cylindrical-coordinate representation of color #B8718F: hue angle of 334.65º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B8718F is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 113 143 -
CMYK 0 0.39 0.22 0.28
HSL 334.65º 0.33% 0.58% -
HSV(B) 334.65º 0.39% 0.72% -
XYZ 30.63 23.98 29 -
YUV 137.65 131.02 161.06 -
System Red Green Blue C M Y K H S L
Decimal 184 113 143 0 0.39 0.22 0.28 334.65 0.33 0.58
Hex B8 71 8F 0 27 16 1C 14F 21 3A
Octal 270 161 217 0 47 26 34 517 41 72
Binary 10111000 1110001 10001111 0 100111 10110 11100 101001111 100001 111010

Color Harmonies of #B8718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8718F

Black with #B8718F

Text Example


Text Example

White with #B8718F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8718F; }

 p { color: rgb(184,113,143); }

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

background-color css

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

 a { background-color: rgb(184,113,143); }

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

border-color css

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

 span { border-color: rgb(184,113,143); }

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