Html Css Color HEX #B5788D Tapestry

📋 copy color: '#B5788D'

red 181 ◦ green 120 ◦ blue 141

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

Shades of Tapestry #B5788D

Tints of Tapestry #B5788D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.15%

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

R = 40.95%
G = 27.15%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5788D (or 0xB5788D) is known color: Tapestry. HEX triplet: B5, 78 and 8D. RGB value is (181,120,141). Sum of RGB (Red+Green+Blue) = 181+120+141=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B5788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5788D is #4A8772. Grayscale: #8C8C8C. Windows color (decimal): -4884339 or 9271477. OLE color: 9271477.

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

Color convert

RGB 181 120 141 -
CMYK 0 0.34 0.22 0.29
HSL 339.34º 0.29% 0.59% -
HSV(B) 339.34º 0.34% 0.71% -
XYZ 30.58 25.18 28.45 -
YUV 140.63 128.21 156.79 -
System Red Green Blue C M Y K H S L
Decimal 181 120 141 0 0.34 0.22 0.29 339.34 0.29 0.59
Hex B5 78 8D 0 22 16 1D 153 1D 3B
Octal 265 170 215 0 42 26 35 523 35 73
Binary 10110101 1111000 10001101 0 100010 10110 11101 101010011 11101 111011

Color Harmonies of #B5788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5788D

Black with #B5788D

Text Example


Text Example

White with #B5788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5788D; }

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

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

background-color css

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

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

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

border-color css

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

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

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