Html Css Color HEX #B56C7A Tapestry

📋 copy color: '#B56C7A'

red 181 ◦ green 108 ◦ blue 122

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

Shades of Tapestry #B56C7A

Tints of Tapestry #B56C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.68%

R = 44.04%
G = 26.28%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B56C7A (or 0xB56C7A) is known color: Tapestry. HEX triplet: B5, 6C and 7A. RGB value is (181,108,122). Sum of RGB (Red+Green+Blue) = 181+108+122=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56C7A is #4A9385. Grayscale: #838383. Windows color (decimal): -4887430 or 8023221. OLE color: 8023221.

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

Color convert

RGB 181 108 122 -
CMYK 0 0.40 0.33 0.29
HSL 348.49º 0.33% 0.57% -
HSV(B) 348.49º 0.4% 0.71% -
XYZ 27.93 21.95 21.18 -
YUV 131.42 122.68 163.36 -
System Red Green Blue C M Y K H S L
Decimal 181 108 122 0 0.40 0.33 0.29 348.49 0.33 0.57
Hex B5 6C 7A 0 28 21 1D 15C 21 39
Octal 265 154 172 0 50 41 35 534 41 71
Binary 10110101 1101100 1111010 0 101000 100001 11101 101011100 100001 111001

Color Harmonies of #B56C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56C7A

Black with #B56C7A

Text Example


Text Example

White with #B56C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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