Html Css Color HEX #B7708D Tapestry

📋 copy color: '#B7708D'

red 183 ◦ green 112 ◦ blue 141

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

Shades of Tapestry #B7708D

Tints of Tapestry #B7708D

RGB

 RED value IS 183 (71.88% from 255) = 41.97%

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

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

R = 41.97%
G = 25.69%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B7708D (or 0xB7708D) is known color: Tapestry. HEX triplet: B7, 70 and 8D. RGB value is (183,112,141). Sum of RGB (Red+Green+Blue) = 183+112+141=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B7708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7708D is #488F72. Grayscale: #888888. Windows color (decimal): -4755315 or 9269431. OLE color: 9269431.

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

Color convert

RGB 183 112 141 -
CMYK 0 0.39 0.23 0.28
HSL 335.49º 0.33% 0.58% -
HSV(B) 335.49º 0.39% 0.72% -
XYZ 30.13 23.58 28.16 -
YUV 136.54 130.52 161.14 -
System Red Green Blue C M Y K H S L
Decimal 183 112 141 0 0.39 0.23 0.28 335.49 0.33 0.58
Hex B7 70 8D 0 27 17 1C 14F 21 3A
Octal 267 160 215 0 47 27 34 517 41 72
Binary 10110111 1110000 10001101 0 100111 10111 11100 101001111 100001 111010

Color Harmonies of #B7708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7708D

Black with #B7708D

Text Example


Text Example

White with #B7708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7708D; }

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

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

background-color css

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

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

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

border-color css

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

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

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