Html Css Color HEX #B6728D Tapestry

📋 copy color: '#B6728D'

red 182 ◦ green 114 ◦ blue 141

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

Shades of Tapestry #B6728D

Tints of Tapestry #B6728D

RGB

 RED value IS 182 (71.48% from 255) = 41.65%

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

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

R = 41.65%
G = 26.09%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6728D (or 0xB6728D) is known color: Tapestry. HEX triplet: B6, 72 and 8D. RGB value is (182,114,141). Sum of RGB (Red+Green+Blue) = 182+114+141=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B6728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6728D is #498D72. Grayscale: #898989. Windows color (decimal): -4820339 or 9269942. OLE color: 9269942.

HSL color Cylindrical-coordinate representation of color #B6728D: hue angle of 336.18º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6728D is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 114 141 -
CMYK 0 0.37 0.23 0.29
HSL 336.18º 0.32% 0.58% -
HSV(B) 336.18º 0.37% 0.71% -
XYZ 30.12 23.9 28.23 -
YUV 137.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 182 114 141 0 0.37 0.23 0.29 336.18 0.32 0.58
Hex B6 72 8D 0 25 17 1D 150 20 3A
Octal 266 162 215 0 45 27 35 520 40 72
Binary 10110110 1110010 10001101 0 100101 10111 11101 101010000 100000 111010

Color Harmonies of #B6728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6728D

Black with #B6728D

Text Example


Text Example

White with #B6728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6728D; }

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

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

background-color css

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

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

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

border-color css

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

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

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