Html Css Color HEX #B56978 Tapestry

📋 copy color: '#B56978'

red 181 ◦ green 105 ◦ blue 120

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

Shades of Tapestry #B56978

Tints of Tapestry #B56978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.86%

 BLUE value IS 120 (47.27% from 255) = 29.56%

R = 44.58%
G = 25.86%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B56978 (or 0xB56978) is known color: Tapestry. HEX triplet: B5, 69 and 78. RGB value is (181,105,120). Sum of RGB (Red+Green+Blue) = 181+105+120=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B56978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56978 is #4A9687. Grayscale: #818181. Windows color (decimal): -4888200 or 7891381. OLE color: 7891381.

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

Color convert

RGB 181 105 120 -
CMYK 0 0.42 0.34 0.29
HSL 348.16º 0.34% 0.56% -
HSV(B) 348.16º 0.42% 0.71% -
XYZ 27.5 21.28 20.43 -
YUV 129.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 181 105 120 0 0.42 0.34 0.29 348.16 0.34 0.56
Hex B5 69 78 0 2A 22 1D 15C 22 38
Octal 265 151 170 0 52 42 35 534 42 70
Binary 10110101 1101001 1111000 0 101010 100010 11101 101011100 100010 111000

Color Harmonies of #B56978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56978

Black with #B56978

Text Example


Text Example

White with #B56978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56978; }

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

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

background-color css

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

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

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

border-color css

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

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

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