Html Css Color HEX #B9708B Tapestry

📋 copy color: '#B9708B'

red 185 ◦ green 112 ◦ blue 139

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

Shades of Tapestry #B9708B

Tints of Tapestry #B9708B

RGB

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

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

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

R = 42.43%
G = 25.69%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9708B (or 0xB9708B) is known color: Tapestry. HEX triplet: B9, 70 and 8B. RGB value is (185,112,139). Sum of RGB (Red+Green+Blue) = 185+112+139=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B9708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9708B is #468F74. Grayscale: #888888. Windows color (decimal): -4624245 or 9138361. OLE color: 9138361.

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

Color convert

RGB 185 112 139 -
CMYK 0 0.39 0.25 0.27
HSL 337.81º 0.34% 0.58% -
HSV(B) 337.81º 0.39% 0.73% -
XYZ 30.46 23.77 27.41 -
YUV 136.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 185 112 139 0 0.39 0.25 0.27 337.81 0.34 0.58
Hex B9 70 8B 0 27 19 1B 152 22 3A
Octal 271 160 213 0 47 31 33 522 42 72
Binary 10111001 1110000 10001011 0 100111 11001 11011 101010010 100010 111010

Color Harmonies of #B9708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9708B

Black with #B9708B

Text Example


Text Example

White with #B9708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9708B; }

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

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

background-color css

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

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

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

border-color css

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

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

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