Html Css Color HEX #B8708C Tapestry

📋 copy color: '#B8708C'

red 184 ◦ green 112 ◦ blue 140

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

Shades of Tapestry #B8708C

Tints of Tapestry #B8708C

RGB

 RED value IS 184 (72.27% from 255) = 42.2%

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

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

R = 42.2%
G = 25.69%
B = 32.11%

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

#B8708C (or 0xB8708C) is known color: Tapestry. HEX triplet: B8, 70 and 8C. RGB value is (184,112,140). Sum of RGB (Red+Green+Blue) = 184+112+140=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B8708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8708C is #478F73. Grayscale: #888888. Windows color (decimal): -4689780 or 9203896. OLE color: 9203896.

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

Color convert

RGB 184 112 140 -
CMYK 0 0.39 0.24 0.28
HSL 336.67º 0.34% 0.58% -
HSV(B) 336.67º 0.39% 0.72% -
XYZ 30.29 23.67 27.78 -
YUV 136.72 129.85 161.72 -
System Red Green Blue C M Y K H S L
Decimal 184 112 140 0 0.39 0.24 0.28 336.67 0.34 0.58
Hex B8 70 8C 0 27 18 1C 151 22 3A
Octal 270 160 214 0 47 30 34 521 42 72
Binary 10111000 1110000 10001100 0 100111 11000 11100 101010001 100010 111010

Color Harmonies of #B8708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8708C

Black with #B8708C

Text Example


Text Example

White with #B8708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8708C; }

 p { color: rgb(184,112,140); }

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

background-color css

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

 a { background-color: rgb(184,112,140); }

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

border-color css

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

 span { border-color: rgb(184,112,140); }

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