Html Css Color HEX #B7828D Tapestry

📋 copy color: '#B7828D'

red 183 ◦ green 130 ◦ blue 141

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

Shades of Tapestry #B7828D

Tints of Tapestry #B7828D

RGB

 RED value IS 183 (71.88% from 255) = 40.31%

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

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

R = 40.31%
G = 28.63%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B7828D (or 0xB7828D) is known color: Tapestry. HEX triplet: B7, 82 and 8D. RGB value is (183,130,141). Sum of RGB (Red+Green+Blue) = 183+130+141=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B7828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7828D is #487D72. Grayscale: #939393. Windows color (decimal): -4750707 or 9274039. OLE color: 9274039.

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

Color convert

RGB 183 130 141 -
CMYK 0 0.29 0.23 0.28
HSL 347.55º 0.27% 0.61% -
HSV(B) 347.55º 0.29% 0.72% -
XYZ 32.32 27.96 28.89 -
YUV 147.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 183 130 141 0 0.29 0.23 0.28 347.55 0.27 0.61
Hex B7 82 8D 0 1D 17 1C 15C 1B 3D
Octal 267 202 215 0 35 27 34 534 33 75
Binary 10110111 10000010 10001101 0 11101 10111 11100 101011100 11011 111101

Color Harmonies of #B7828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7828D

Black with #B7828D

Text Example


Text Example

White with #B7828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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