Html Css Color HEX #B57686 Tapestry

📋 copy color: '#B57686'

red 181 ◦ green 118 ◦ blue 134

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

Shades of Tapestry #B57686

Tints of Tapestry #B57686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.25%

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

R = 41.8%
G = 27.25%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B57686 (or 0xB57686) is known color: Tapestry. HEX triplet: B5, 76 and 86. RGB value is (181,118,134). Sum of RGB (Red+Green+Blue) = 181+118+134=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B57686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57686 is #4A8979. Grayscale: #8A8A8A. Windows color (decimal): -4884858 or 8812213. OLE color: 8812213.

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

Color convert

RGB 181 118 134 -
CMYK 0 0.35 0.26 0.29
HSL 344.76º 0.3% 0.59% -
HSV(B) 344.76º 0.35% 0.71% -
XYZ 29.84 24.5 25.71 -
YUV 138.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 181 118 134 0 0.35 0.26 0.29 344.76 0.3 0.59
Hex B5 76 86 0 23 1A 1D 159 1E 3B
Octal 265 166 206 0 43 32 35 531 36 73
Binary 10110101 1110110 10000110 0 100011 11010 11101 101011001 11110 111011

Color Harmonies of #B57686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57686

Black with #B57686

Text Example


Text Example

White with #B57686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57686; }

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

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

background-color css

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

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

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

border-color css

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

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

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