Html Css Color HEX #B56F82 Tapestry

📋 copy color: '#B56F82'

red 181 ◦ green 111 ◦ blue 130

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

Shades of Tapestry #B56F82

Tints of Tapestry #B56F82

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.3%

 BLUE value IS 130 (51.17% from 255) = 30.81%

R = 42.89%
G = 26.3%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B56F82 (or 0xB56F82) is known color: Tapestry. HEX triplet: B5, 6F and 82. RGB value is (181,111,130). Sum of RGB (Red+Green+Blue) = 181+111+130=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56F82 is #4A907D. Grayscale: #868686. Windows color (decimal): -4886654 or 8548277. OLE color: 8548277.

HSL color Cylindrical-coordinate representation of color #B56F82: hue angle of 343.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 #B56F82 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 111 130 -
CMYK 0 0.39 0.28 0.29
HSL 343.71º 0.32% 0.57% -
HSV(B) 343.71º 0.39% 0.71% -
XYZ 28.77 22.8 24 -
YUV 134.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 181 111 130 0 0.39 0.28 0.29 343.71 0.32 0.57
Hex B5 6F 82 0 27 1C 1D 158 20 39
Octal 265 157 202 0 47 34 35 530 40 71
Binary 10110101 1101111 10000010 0 100111 11100 11101 101011000 100000 111001

Color Harmonies of #B56F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56F82

Black with #B56F82

Text Example


Text Example

White with #B56F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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