Html Css Color HEX #B56187 Tapestry

📋 copy color: '#B56187'

red 181 ◦ green 97 ◦ blue 135

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

Shades of Tapestry #B56187

Tints of Tapestry #B56187

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.49%

 BLUE value IS 135 (53.13% from 255) = 32.69%

R = 43.83%
G = 23.49%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B56187 (or 0xB56187) is known color: Tapestry. HEX triplet: B5, 61 and 87. RGB value is (181,97,135). Sum of RGB (Red+Green+Blue) = 181+97+135=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B56187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56187 is #4A9E78. Grayscale: #7E7E7E. Windows color (decimal): -4890233 or 8872373. OLE color: 8872373.

HSL color Cylindrical-coordinate representation of color #B56187: hue angle of 332.86º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B56187 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 97 135 -
CMYK 0 0.46 0.25 0.29
HSL 332.86º 0.36% 0.55% -
HSV(B) 332.86º 0.46% 0.71% -
XYZ 27.7 20.12 25.35 -
YUV 126.45 132.83 166.91 -
System Red Green Blue C M Y K H S L
Decimal 181 97 135 0 0.46 0.25 0.29 332.86 0.36 0.55
Hex B5 61 87 0 2E 19 1D 14D 24 37
Octal 265 141 207 0 56 31 35 515 44 67
Binary 10110101 1100001 10000111 0 101110 11001 11101 101001101 100100 110111

Color Harmonies of #B56187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56187

Black with #B56187

Text Example


Text Example

White with #B56187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56187; }

 p { color: rgb(181,97,135); }

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

background-color css

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

 a { background-color: rgb(181,97,135); }

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

border-color css

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

 span { border-color: rgb(181,97,135); }

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