Html Css Color HEX #B9718C Tapestry

📋 copy color: '#B9718C'

red 185 ◦ green 113 ◦ blue 140

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

Shades of Tapestry #B9718C

Tints of Tapestry #B9718C

RGB

 RED value IS 185 (72.66% from 255) = 42.24%

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

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

R = 42.24%
G = 25.8%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9718C (or 0xB9718C) is known color: Tapestry. HEX triplet: B9, 71 and 8C. RGB value is (185,113,140). Sum of RGB (Red+Green+Blue) = 185+113+140=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B9718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9718C is #468E73. Grayscale: #898989. Windows color (decimal): -4623988 or 9204153. OLE color: 9204153.

HSL color Cylindrical-coordinate representation of color #B9718C: hue angle of 337.5º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9718C is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 113 140 -
CMYK 0 0.39 0.24 0.27
HSL 337.5º 0.34% 0.58% -
HSV(B) 337.5º 0.39% 0.73% -
XYZ 30.65 24.02 27.83 -
YUV 137.61 129.35 161.8 -
System Red Green Blue C M Y K H S L
Decimal 185 113 140 0 0.39 0.24 0.27 337.5 0.34 0.58
Hex B9 71 8C 0 27 18 1B 152 22 3A
Octal 271 161 214 0 47 30 33 522 42 72
Binary 10111001 1110001 10001100 0 100111 11000 11011 101010010 100010 111010

Color Harmonies of #B9718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9718C

Black with #B9718C

Text Example


Text Example

White with #B9718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9718C; }

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

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

background-color css

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

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

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

border-color css

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

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

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