Html Css Color HEX #B57886 Tapestry

📋 copy color: '#B57886'

red 181 ◦ green 120 ◦ blue 134

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

Shades of Tapestry #B57886

Tints of Tapestry #B57886

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.59%

 BLUE value IS 134 (52.73% from 255) = 30.8%

R = 41.61%
G = 27.59%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B57886 (or 0xB57886) is known color: Tapestry. HEX triplet: B5, 78 and 86. RGB value is (181,120,134). Sum of RGB (Red+Green+Blue) = 181+120+134=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B57886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57886 is #4A8779. Grayscale: #8B8B8B. Windows color (decimal): -4884346 or 8812725. OLE color: 8812725.

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

Color convert

RGB 181 120 134 -
CMYK 0 0.34 0.26 0.29
HSL 346.23º 0.29% 0.59% -
HSV(B) 346.23º 0.34% 0.71% -
XYZ 30.08 24.98 25.79 -
YUV 139.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 181 120 134 0 0.34 0.26 0.29 346.23 0.29 0.59
Hex B5 78 86 0 22 1A 1D 15A 1D 3B
Octal 265 170 206 0 42 32 35 532 35 73
Binary 10110101 1111000 10000110 0 100010 11010 11101 101011010 11101 111011

Color Harmonies of #B57886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57886

Black with #B57886

Text Example


Text Example

White with #B57886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57886; }

 p { color: rgb(181,120,134); }

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

background-color css

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

 a { background-color: rgb(181,120,134); }

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

border-color css

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

 span { border-color: rgb(181,120,134); }

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