Html Css Color HEX #B8828D Tapestry

📋 copy color: '#B8828D'

red 184 ◦ green 130 ◦ blue 141

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

Shades of Tapestry #B8828D

Tints of Tapestry #B8828D

RGB

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

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

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

R = 40.44%
G = 28.57%
B = 30.99%

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

#B8828D (or 0xB8828D) is known color: Tapestry. HEX triplet: B8, 82 and 8D. RGB value is (184,130,141). Sum of RGB (Red+Green+Blue) = 184+130+141=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B8828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8828D is #477D72. Grayscale: #939393. Windows color (decimal): -4685171 or 9274040. OLE color: 9274040.

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

Color convert

RGB 184 130 141 -
CMYK 0 0.29 0.23 0.28
HSL 347.78º 0.28% 0.62% -
HSV(B) 347.78º 0.29% 0.72% -
XYZ 32.56 28.08 28.9 -
YUV 147.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 184 130 141 0 0.29 0.23 0.28 347.78 0.28 0.62
Hex B8 82 8D 0 1D 17 1C 15C 1C 3E
Octal 270 202 215 0 35 27 34 534 34 76
Binary 10111000 10000010 10001101 0 11101 10111 11100 101011100 11100 111110

Color Harmonies of #B8828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8828D

Black with #B8828D

Text Example


Text Example

White with #B8828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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