Html Css Color HEX #B56079 Tapestry

📋 copy color: '#B56079'

red 181 ◦ green 96 ◦ blue 121

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

Shades of Tapestry #B56079

Tints of Tapestry #B56079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.12%

 BLUE value IS 121 (47.66% from 255) = 30.4%

R = 45.48%
G = 24.12%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B56079 (or 0xB56079) is known color: Tapestry. HEX triplet: B5, 60 and 79. RGB value is (181,96,121). Sum of RGB (Red+Green+Blue) = 181+96+121=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B56079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56079 is #4A9F86. Grayscale: #7C7C7C. Windows color (decimal): -4890503 or 7954613. OLE color: 7954613.

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

Color convert

RGB 181 96 121 -
CMYK 0 0.47 0.33 0.29
HSL 342.35º 0.36% 0.54% -
HSV(B) 342.35º 0.47% 0.71% -
XYZ 26.69 19.57 20.46 -
YUV 124.27 126.16 168.47 -
System Red Green Blue C M Y K H S L
Decimal 181 96 121 0 0.47 0.33 0.29 342.35 0.36 0.54
Hex B5 60 79 0 2F 21 1D 156 24 36
Octal 265 140 171 0 57 41 35 526 44 66
Binary 10110101 1100000 1111001 0 101111 100001 11101 101010110 100100 110110

Color Harmonies of #B56079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56079

Black with #B56079

Text Example


Text Example

White with #B56079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56079; }

 p { color: rgb(181,96,121); }

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

background-color css

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

 a { background-color: rgb(181,96,121); }

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

border-color css

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

 span { border-color: rgb(181,96,121); }

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