Html Css Color HEX #B56487 Tapestry

📋 copy color: '#B56487'

red 181 ◦ green 100 ◦ blue 135

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

Shades of Tapestry #B56487

Tints of Tapestry #B56487

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.04%

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

R = 43.51%
G = 24.04%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B56487 (or 0xB56487) is known color: Tapestry. HEX triplet: B5, 64 and 87. RGB value is (181,100,135). Sum of RGB (Red+Green+Blue) = 181+100+135=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B56487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56487 is #4A9B78. Grayscale: #808080. Windows color (decimal): -4889465 or 8873141. OLE color: 8873141.

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

Color convert

RGB 181 100 135 -
CMYK 0 0.45 0.25 0.29
HSL 334.07º 0.35% 0.55% -
HSV(B) 334.07º 0.45% 0.71% -
XYZ 27.99 20.69 25.44 -
YUV 128.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 181 100 135 0 0.45 0.25 0.29 334.07 0.35 0.55
Hex B5 64 87 0 2D 19 1D 14E 23 37
Octal 265 144 207 0 55 31 35 516 43 67
Binary 10110101 1100100 10000111 0 101101 11001 11101 101001110 100011 110111

Color Harmonies of #B56487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56487

Black with #B56487

Text Example


Text Example

White with #B56487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56487; }

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

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

background-color css

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

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

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

border-color css

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

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

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