Html Css Color HEX #B7708B Tapestry

📋 copy color: '#B7708B'

red 183 ◦ green 112 ◦ blue 139

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

Shades of Tapestry #B7708B

Tints of Tapestry #B7708B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.03%

R = 42.17%
G = 25.81%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B7708B (or 0xB7708B) is known color: Tapestry. HEX triplet: B7, 70 and 8B. RGB value is (183,112,139). Sum of RGB (Red+Green+Blue) = 183+112+139=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B7708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7708B is #488F74. Grayscale: #888888. Windows color (decimal): -4755317 or 9138359. OLE color: 9138359.

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

Color convert

RGB 183 112 139 -
CMYK 0 0.39 0.24 0.28
HSL 337.18º 0.33% 0.58% -
HSV(B) 337.18º 0.39% 0.72% -
XYZ 29.98 23.52 27.39 -
YUV 136.31 129.52 161.3 -
System Red Green Blue C M Y K H S L
Decimal 183 112 139 0 0.39 0.24 0.28 337.18 0.33 0.58
Hex B7 70 8B 0 27 18 1C 151 21 3A
Octal 267 160 213 0 47 30 34 521 41 72
Binary 10110111 1110000 10001011 0 100111 11000 11100 101010001 100001 111010

Color Harmonies of #B7708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7708B

Black with #B7708B

Text Example


Text Example

White with #B7708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7708B; }

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

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

background-color css

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

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

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

border-color css

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

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

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