Html Css Color HEX #B5788C Tapestry

📋 copy color: '#B5788C'

red 181 ◦ green 120 ◦ blue 140

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

Shades of Tapestry #B5788C

Tints of Tapestry #B5788C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.75%

R = 41.04%
G = 27.21%
B = 31.75%

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

#B5788C (or 0xB5788C) is known color: Tapestry. HEX triplet: B5, 78 and 8C. RGB value is (181,120,140). Sum of RGB (Red+Green+Blue) = 181+120+140=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B5788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5788C is #4A8773. Grayscale: #8C8C8C. Windows color (decimal): -4884340 or 9205941. OLE color: 9205941.

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

Color convert

RGB 181 120 140 -
CMYK 0 0.34 0.23 0.29
HSL 340.33º 0.29% 0.59% -
HSV(B) 340.33º 0.34% 0.71% -
XYZ 30.51 25.15 28.06 -
YUV 140.52 127.71 156.87 -
System Red Green Blue C M Y K H S L
Decimal 181 120 140 0 0.34 0.23 0.29 340.33 0.29 0.59
Hex B5 78 8C 0 22 17 1D 154 1D 3B
Octal 265 170 214 0 42 27 35 524 35 73
Binary 10110101 1111000 10001100 0 100010 10111 11101 101010100 11101 111011

Color Harmonies of #B5788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5788C

Black with #B5788C

Text Example


Text Example

White with #B5788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5788C; }

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

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

background-color css

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

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

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

border-color css

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

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

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