Html Css Color HEX #B56589 Tapestry

📋 copy color: '#B56589'

red 181 ◦ green 101 ◦ blue 137

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

Shades of Tapestry #B56589

Tints of Tapestry #B56589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.11%

 BLUE value IS 137 (53.91% from 255) = 32.7%

R = 43.2%
G = 24.11%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B56589 (or 0xB56589) is known color: Tapestry. HEX triplet: B5, 65 and 89. RGB value is (181,101,137). Sum of RGB (Red+Green+Blue) = 181+101+137=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B56589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56589 is #4A9A76. Grayscale: #808080. Windows color (decimal): -4889207 or 9004469. OLE color: 9004469.

HSL color Cylindrical-coordinate representation of color #B56589: hue angle of 333º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B56589 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 101 137 -
CMYK 0 0.44 0.24 0.29
HSL 333º 0.35% 0.55% -
HSV(B) 333º 0.44% 0.71% -
XYZ 28.23 20.94 26.22 -
YUV 129.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 181 101 137 0 0.44 0.24 0.29 333 0.35 0.55
Hex B5 65 89 0 2C 18 1D 14D 23 37
Octal 265 145 211 0 54 30 35 515 43 67
Binary 10110101 1100101 10001001 0 101100 11000 11101 101001101 100011 110111

Color Harmonies of #B56589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56589

Black with #B56589

Text Example


Text Example

White with #B56589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56589; }

 p { color: rgb(181,101,137); }

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

background-color css

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

 a { background-color: rgb(181,101,137); }

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

border-color css

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

 span { border-color: rgb(181,101,137); }

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