#B56F7B

Color #B56F7B Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #B56F7B

Tints of Tapestry #B56F7B

Color information

#B56F7B (or 0xB56F7B) is unknown color: approx Tapestry. HEX triplet: B5, 6F and 7B. RGB value is (181,111,123). Sum of RGB (Red+Green+Blue) = 181+111+123=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56F7B is #4A9084. Grayscale: #858585. Windows color (decimal): -4886661 or 8089525. OLE color: 8089525.

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

Color convert

RGB181111123-
CMYK00.390.320.29
HSL349.71º32.11%57.25%-
HSV(B)349.71º38.67%70.98%-
XYZ28.3222.6221.61-
YUV133.3122.19162.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 111 (43.75% from 255) = 26.75%
BLUE value IS 123 (48.44% from 255) = 29.64%
R=43.61%
G=26.75%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111112300.390.320.29349.7132.1157.25
HexB56F7B027201D15e2039
Octal26515717304740355364071
Binary1011010111011111111011010011110000011101101011110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56F7B; }

 p { color: rgb(181,111,123); }

 H1.HeaderClassName
 {
   color: #B56F7B;
 }
 .AnyTagClassName
 {
   color: #B56F7B;
 }
</style>
background-color css

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

 a { background-color: rgb(181,111,123); }

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

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

 span { border-color: rgb(181,111,123); }

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