Html Css Color HEX #B56985 Tapestry

📋 copy color: '#B56985'

red 181 ◦ green 105 ◦ blue 133

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

Shades of Tapestry #B56985

Tints of Tapestry #B56985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.06%

 BLUE value IS 133 (52.34% from 255) = 31.74%

R = 43.2%
G = 25.06%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B56985 (or 0xB56985) is known color: Tapestry. HEX triplet: B5, 69 and 85. RGB value is (181,105,133). Sum of RGB (Red+Green+Blue) = 181+105+133=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B56985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56985 is #4A967A. Grayscale: #828282. Windows color (decimal): -4888187 or 8743349. OLE color: 8743349.

HSL color Cylindrical-coordinate representation of color #B56985: hue angle of 337.89º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B56985 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 105 133 -
CMYK 0 0.42 0.27 0.29
HSL 337.89º 0.34% 0.56% -
HSV(B) 337.89º 0.42% 0.71% -
XYZ 28.34 21.62 24.87 -
YUV 130.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 181 105 133 0 0.42 0.27 0.29 337.89 0.34 0.56
Hex B5 69 85 0 2A 1B 1D 152 22 38
Octal 265 151 205 0 52 33 35 522 42 70
Binary 10110101 1101001 10000101 0 101010 11011 11101 101010010 100010 111000

Color Harmonies of #B56985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56985

Black with #B56985

Text Example


Text Example

White with #B56985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56985; }

 p { color: rgb(181,105,133); }

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

background-color css

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

 a { background-color: rgb(181,105,133); }

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

border-color css

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

 span { border-color: rgb(181,105,133); }

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