Html Css Color HEX #B56A82 Tapestry

📋 copy color: '#B56A82'

red 181 ◦ green 106 ◦ blue 130

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

Shades of Tapestry #B56A82

Tints of Tapestry #B56A82

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.42%

 BLUE value IS 130 (51.17% from 255) = 31.18%

R = 43.41%
G = 25.42%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B56A82 (or 0xB56A82) is known color: Tapestry. HEX triplet: B5, 6A and 82. RGB value is (181,106,130). Sum of RGB (Red+Green+Blue) = 181+106+130=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56A82 is #4A957D. Grayscale: #838383. Windows color (decimal): -4887934 or 8546997. OLE color: 8546997.

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

Color convert

RGB 181 106 130 -
CMYK 0 0.41 0.28 0.29
HSL 340.8º 0.34% 0.56% -
HSV(B) 340.8º 0.41% 0.71% -
XYZ 28.24 21.74 23.83 -
YUV 131.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 181 106 130 0 0.41 0.28 0.29 340.8 0.34 0.56
Hex B5 6A 82 0 29 1C 1D 155 22 38
Octal 265 152 202 0 51 34 35 525 42 70
Binary 10110101 1101010 10000010 0 101001 11100 11101 101010101 100010 111000

Color Harmonies of #B56A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56A82

Black with #B56A82

Text Example


Text Example

White with #B56A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56A82; }

 p { color: rgb(181,106,130); }

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

background-color css

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

 a { background-color: rgb(181,106,130); }

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

border-color css

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

 span { border-color: rgb(181,106,130); }

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