Html Css Color HEX #B56477 Tapestry

📋 copy color: '#B56477'

red 181 ◦ green 100 ◦ blue 119

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

Shades of Tapestry #B56477

Tints of Tapestry #B56477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.75%

R = 45.25%
G = 25%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B56477 (or 0xB56477) is known color: Tapestry. HEX triplet: B5, 64 and 77. RGB value is (181,100,119). Sum of RGB (Red+Green+Blue) = 181+100+119=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B56477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56477 is #4A9B88. Grayscale: #7E7E7E. Windows color (decimal): -4889481 or 7824565. OLE color: 7824565.

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

Color convert

RGB 181 100 119 -
CMYK 0 0.45 0.34 0.29
HSL 345.93º 0.35% 0.55% -
HSV(B) 345.93º 0.45% 0.71% -
XYZ 26.94 20.27 19.95 -
YUV 126.39 123.84 166.96 -
System Red Green Blue C M Y K H S L
Decimal 181 100 119 0 0.45 0.34 0.29 345.93 0.35 0.55
Hex B5 64 77 0 2D 22 1D 15A 23 37
Octal 265 144 167 0 55 42 35 532 43 67
Binary 10110101 1100100 1110111 0 101101 100010 11101 101011010 100011 110111

Color Harmonies of #B56477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56477

Black with #B56477

Text Example


Text Example

White with #B56477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56477; }

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

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

background-color css

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

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

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

border-color css

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

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

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