Html Css Color HEX #B57785 Tapestry

📋 copy color: '#B57785'

red 181 ◦ green 119 ◦ blue 133

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

Shades of Tapestry #B57785

Tints of Tapestry #B57785

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.48%

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

R = 41.8%
G = 27.48%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B57785 (or 0xB57785) is known color: Tapestry. HEX triplet: B5, 77 and 85. RGB value is (181,119,133). Sum of RGB (Red+Green+Blue) = 181+119+133=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B57785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57785 is #4A887A. Grayscale: #8B8B8B. Windows color (decimal): -4884603 or 8746933. OLE color: 8746933.

HSL color Cylindrical-coordinate representation of color #B57785: hue angle of 346.45º degrees, saturation: 0.3, 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 #B57785 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 119 133 -
CMYK 0 0.34 0.27 0.29
HSL 346.45º 0.3% 0.59% -
HSV(B) 346.45º 0.34% 0.71% -
XYZ 29.89 24.71 25.38 -
YUV 139.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 181 119 133 0 0.34 0.27 0.29 346.45 0.3 0.59
Hex B5 77 85 0 22 1B 1D 15A 1E 3B
Octal 265 167 205 0 42 33 35 532 36 73
Binary 10110101 1110111 10000101 0 100010 11011 11101 101011010 11110 111011

Color Harmonies of #B57785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57785

Black with #B57785

Text Example


Text Example

White with #B57785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57785; }

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

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

background-color css

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

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

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

border-color css

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

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

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