Html Css Color HEX #B56D88 Tapestry

📋 copy color: '#B56D88'

red 181 ◦ green 109 ◦ blue 136

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

Shades of Tapestry #B56D88

Tints of Tapestry #B56D88

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.59%

 BLUE value IS 136 (53.52% from 255) = 31.92%

R = 42.49%
G = 25.59%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B56D88 (or 0xB56D88) is known color: Tapestry. HEX triplet: B5, 6D and 88. RGB value is (181,109,136). Sum of RGB (Red+Green+Blue) = 181+109+136=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56D88 is #4A9277. Grayscale: #858585. Windows color (decimal): -4887160 or 8940981. OLE color: 8940981.

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

Color convert

RGB 181 109 136 -
CMYK 0 0.40 0.25 0.29
HSL 337.5º 0.33% 0.57% -
HSV(B) 337.5º 0.4% 0.71% -
XYZ 28.97 22.54 26.12 -
YUV 133.61 129.35 161.8 -
System Red Green Blue C M Y K H S L
Decimal 181 109 136 0 0.40 0.25 0.29 337.5 0.33 0.57
Hex B5 6D 88 0 28 19 1D 152 21 39
Octal 265 155 210 0 50 31 35 522 41 71
Binary 10110101 1101101 10001000 0 101000 11001 11101 101010010 100001 111001

Color Harmonies of #B56D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56D88

Black with #B56D88

Text Example


Text Example

White with #B56D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56D88; }

 p { color: rgb(181,109,136); }

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

background-color css

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

 a { background-color: rgb(181,109,136); }

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

border-color css

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

 span { border-color: rgb(181,109,136); }

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