Html Css Color HEX #B5828D Tapestry

📋 copy color: '#B5828D'

red 181 ◦ green 130 ◦ blue 141

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

Shades of Tapestry #B5828D

Tints of Tapestry #B5828D

RGB

 RED value IS 181 (71.09% from 255) = 40.04%

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

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

R = 40.04%
G = 28.76%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5828D (or 0xB5828D) is known color: Tapestry. HEX triplet: B5, 82 and 8D. RGB value is (181,130,141). Sum of RGB (Red+Green+Blue) = 181+130+141=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B5828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5828D is #4A7D72. Grayscale: #929292. Windows color (decimal): -4881779 or 9274037. OLE color: 9274037.

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

Color convert

RGB 181 130 141 -
CMYK 0 0.28 0.22 0.29
HSL 347.06º 0.26% 0.61% -
HSV(B) 347.06º 0.28% 0.71% -
XYZ 31.85 27.71 28.87 -
YUV 146.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 181 130 141 0 0.28 0.22 0.29 347.06 0.26 0.61
Hex B5 82 8D 0 1C 16 1D 15B 1A 3D
Octal 265 202 215 0 34 26 35 533 32 75
Binary 10110101 10000010 10001101 0 11100 10110 11101 101011011 11010 111101

Color Harmonies of #B5828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5828D

Black with #B5828D

Text Example


Text Example

White with #B5828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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