Html Css Color HEX #B56C7E Tapestry

📋 copy color: '#B56C7E'

red 181 ◦ green 108 ◦ blue 126

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

Shades of Tapestry #B56C7E

Tints of Tapestry #B56C7E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.02%

 BLUE value IS 126 (49.61% from 255) = 30.36%

R = 43.61%
G = 26.02%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B56C7E (or 0xB56C7E) is known color: Tapestry. HEX triplet: B5, 6C and 7E. RGB value is (181,108,126). Sum of RGB (Red+Green+Blue) = 181+108+126=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56C7E is #4A9381. Grayscale: #838383. Windows color (decimal): -4887426 or 8285365. OLE color: 8285365.

HSL color Cylindrical-coordinate representation of color #B56C7E: hue angle of 345.21º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56C7E is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 108 126 -
CMYK 0 0.40 0.30 0.29
HSL 345.21º 0.33% 0.57% -
HSV(B) 345.21º 0.4% 0.71% -
XYZ 28.18 22.06 22.51 -
YUV 131.88 124.68 163.04 -
System Red Green Blue C M Y K H S L
Decimal 181 108 126 0 0.40 0.30 0.29 345.21 0.33 0.57
Hex B5 6C 7E 0 28 1E 1D 159 21 39
Octal 265 154 176 0 50 36 35 531 41 71
Binary 10110101 1101100 1111110 0 101000 11110 11101 101011001 100001 111001

Color Harmonies of #B56C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56C7E

Black with #B56C7E

Text Example


Text Example

White with #B56C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56C7E; }

 p { color: rgb(181,108,126); }

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

background-color css

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

 a { background-color: rgb(181,108,126); }

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

border-color css

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

 span { border-color: rgb(181,108,126); }

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