Html Css Color HEX #B9708D Tapestry

📋 copy color: '#B9708D'

red 185 ◦ green 112 ◦ blue 141

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

Shades of Tapestry #B9708D

Tints of Tapestry #B9708D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.57%

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

R = 42.24%
G = 25.57%
B = 32.19%

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

#B9708D (or 0xB9708D) is known color: Tapestry. HEX triplet: B9, 70 and 8D. RGB value is (185,112,141). Sum of RGB (Red+Green+Blue) = 185+112+141=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B9708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9708D is #468F72. Grayscale: #898989. Windows color (decimal): -4624243 or 9269433. OLE color: 9269433.

HSL color Cylindrical-coordinate representation of color #B9708D: hue angle of 336.16º 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 #B9708D is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 112 141 -
CMYK 0 0.39 0.24 0.27
HSL 336.16º 0.34% 0.58% -
HSV(B) 336.16º 0.39% 0.73% -
XYZ 30.61 23.83 28.18 -
YUV 137.13 130.18 162.14 -
System Red Green Blue C M Y K H S L
Decimal 185 112 141 0 0.39 0.24 0.27 336.16 0.34 0.58
Hex B9 70 8D 0 27 18 1B 150 22 3A
Octal 271 160 215 0 47 30 33 520 42 72
Binary 10111001 1110000 10001101 0 100111 11000 11011 101010000 100010 111010

Color Harmonies of #B9708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9708D

Black with #B9708D

Text Example


Text Example

White with #B9708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9708D; }

 p { color: rgb(185,112,141); }

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

background-color css

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

 a { background-color: rgb(185,112,141); }

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

border-color css

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

 span { border-color: rgb(185,112,141); }

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