Html Css Color HEX #B5788B Tapestry

📋 copy color: '#B5788B'

red 181 ◦ green 120 ◦ blue 139

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

Shades of Tapestry #B5788B

Tints of Tapestry #B5788B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.59%

R = 41.14%
G = 27.27%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5788B (or 0xB5788B) is known color: Tapestry. HEX triplet: B5, 78 and 8B. RGB value is (181,120,139). Sum of RGB (Red+Green+Blue) = 181+120+139=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5788B is #4A8774. Grayscale: #8C8C8C. Windows color (decimal): -4884341 or 9140405. OLE color: 9140405.

HSL color Cylindrical-coordinate representation of color #B5788B: hue angle of 341.31º 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 #B5788B is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 120 139 -
CMYK 0 0.34 0.23 0.29
HSL 341.31º 0.29% 0.59% -
HSV(B) 341.31º 0.34% 0.71% -
XYZ 30.43 25.12 27.67 -
YUV 140.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 181 120 139 0 0.34 0.23 0.29 341.31 0.29 0.59
Hex B5 78 8B 0 22 17 1D 155 1D 3B
Octal 265 170 213 0 42 27 35 525 35 73
Binary 10110101 1111000 10001011 0 100010 10111 11101 101010101 11101 111011

Color Harmonies of #B5788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5788B

Black with #B5788B

Text Example


Text Example

White with #B5788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5788B; }

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

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

background-color css

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

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

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

border-color css

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

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

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