Html Css Color HEX #B9828D Tapestry

📋 copy color: '#B9828D'

red 185 ◦ green 130 ◦ blue 141

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

Shades of Tapestry #B9828D

Tints of Tapestry #B9828D

RGB

 RED value IS 185 (72.66% from 255) = 40.57%

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

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

R = 40.57%
G = 28.51%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9828D (or 0xB9828D) is known color: Tapestry. HEX triplet: B9, 82 and 8D. RGB value is (185,130,141). Sum of RGB (Red+Green+Blue) = 185+130+141=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B9828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9828D is #467D72. Grayscale: #939393. Windows color (decimal): -4619635 or 9274041. OLE color: 9274041.

HSL color Cylindrical-coordinate representation of color #B9828D: hue angle of 348º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9828D is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 130 141 -
CMYK 0 0.30 0.24 0.27
HSL 348º 0.28% 0.62% -
HSV(B) 348º 0.3% 0.73% -
XYZ 32.8 28.2 28.91 -
YUV 147.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 185 130 141 0 0.30 0.24 0.27 348 0.28 0.62
Hex B9 82 8D 0 1E 18 1B 15C 1C 3E
Octal 271 202 215 0 36 30 33 534 34 76
Binary 10111001 10000010 10001101 0 11110 11000 11011 101011100 11100 111110

Color Harmonies of #B9828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9828D

Black with #B9828D

Text Example


Text Example

White with #B9828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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