Html Css Color HEX #B8728D Tapestry

📋 copy color: '#B8728D'

red 184 ◦ green 114 ◦ blue 141

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

Shades of Tapestry #B8728D

Tints of Tapestry #B8728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.97%

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

R = 41.91%
G = 25.97%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8728D (or 0xB8728D) is known color: Tapestry. HEX triplet: B8, 72 and 8D. RGB value is (184,114,141). Sum of RGB (Red+Green+Blue) = 184+114+141=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B8728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8728D is #478D72. Grayscale: #898989. Windows color (decimal): -4689267 or 9269944. OLE color: 9269944.

HSL color Cylindrical-coordinate representation of color #B8728D: hue angle of 336.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8728D is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 114 141 -
CMYK 0 0.38 0.23 0.28
HSL 336.86º 0.33% 0.58% -
HSV(B) 336.86º 0.38% 0.72% -
XYZ 30.59 24.15 28.25 -
YUV 138.01 129.69 160.8 -
System Red Green Blue C M Y K H S L
Decimal 184 114 141 0 0.38 0.23 0.28 336.86 0.33 0.58
Hex B8 72 8D 0 26 17 1C 151 21 3A
Octal 270 162 215 0 46 27 34 521 41 72
Binary 10111000 1110010 10001101 0 100110 10111 11100 101010001 100001 111010

Color Harmonies of #B8728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8728D

Black with #B8728D

Text Example


Text Example

White with #B8728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8728D; }

 p { color: rgb(184,114,141); }

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

background-color css

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

 a { background-color: rgb(184,114,141); }

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

border-color css

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

 span { border-color: rgb(184,114,141); }

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