Html Css Color HEX #B5798D Tapestry

📋 copy color: '#B5798D'

red 181 ◦ green 121 ◦ blue 141

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

Shades of Tapestry #B5798D

Tints of Tapestry #B5798D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.31%

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

R = 40.86%
G = 27.31%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5798D (or 0xB5798D) is known color: Tapestry. HEX triplet: B5, 79 and 8D. RGB value is (181,121,141). Sum of RGB (Red+Green+Blue) = 181+121+141=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B5798D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5798D is #4A8672. Grayscale: #8D8D8D. Windows color (decimal): -4884083 or 9271733. OLE color: 9271733.

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

Color convert

RGB 181 121 141 -
CMYK 0 0.33 0.22 0.29
HSL 340º 0.29% 0.59% -
HSV(B) 340º 0.33% 0.71% -
XYZ 30.7 25.42 28.49 -
YUV 141.22 127.88 156.37 -
System Red Green Blue C M Y K H S L
Decimal 181 121 141 0 0.33 0.22 0.29 340 0.29 0.59
Hex B5 79 8D 0 21 16 1D 154 1D 3B
Octal 265 171 215 0 41 26 35 524 35 73
Binary 10110101 1111001 10001101 0 100001 10110 11101 101010100 11101 111011

Color Harmonies of #B5798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5798D

Black with #B5798D

Text Example


Text Example

White with #B5798D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5798D; }

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

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

background-color css

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

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

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

border-color css

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

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

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