Html Css Color HEX #B6828D Tapestry

📋 copy color: '#B6828D'

red 182 ◦ green 130 ◦ blue 141

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

Shades of Tapestry #B6828D

Tints of Tapestry #B6828D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.7%

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

R = 40.18%
G = 28.7%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6828D (or 0xB6828D) is known color: Tapestry. HEX triplet: B6, 82 and 8D. RGB value is (182,130,141). Sum of RGB (Red+Green+Blue) = 182+130+141=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B6828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6828D is #497D72. Grayscale: #929292. Windows color (decimal): -4816243 or 9274038. OLE color: 9274038.

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

Color convert

RGB 182 130 141 -
CMYK 0 0.29 0.23 0.29
HSL 347.31º 0.26% 0.61% -
HSV(B) 347.31º 0.29% 0.71% -
XYZ 32.08 27.83 28.88 -
YUV 146.8 124.73 153.11 -
System Red Green Blue C M Y K H S L
Decimal 182 130 141 0 0.29 0.23 0.29 347.31 0.26 0.61
Hex B6 82 8D 0 1D 17 1D 15B 1A 3D
Octal 266 202 215 0 35 27 35 533 32 75
Binary 10110110 10000010 10001101 0 11101 10111 11101 101011011 11010 111101

Color Harmonies of #B6828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6828D

Black with #B6828D

Text Example


Text Example

White with #B6828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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