Html Css Color HEX #B57985 Tapestry

📋 copy color: '#B57985'

red 181 ◦ green 121 ◦ blue 133

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

Shades of Tapestry #B57985

Tints of Tapestry #B57985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.82%

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

R = 41.61%
G = 27.82%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B57985 (or 0xB57985) is known color: Tapestry. HEX triplet: B5, 79 and 85. RGB value is (181,121,133). Sum of RGB (Red+Green+Blue) = 181+121+133=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B57985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57985 is #4A867A. Grayscale: #8C8C8C. Windows color (decimal): -4884091 or 8747445. OLE color: 8747445.

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

Color convert

RGB 181 121 133 -
CMYK 0 0.33 0.27 0.29
HSL 348º 0.29% 0.59% -
HSV(B) 348º 0.33% 0.71% -
XYZ 30.13 25.19 25.46 -
YUV 140.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 181 121 133 0 0.33 0.27 0.29 348 0.29 0.59
Hex B5 79 85 0 21 1B 1D 15C 1D 3B
Octal 265 171 205 0 41 33 35 534 35 73
Binary 10110101 1111001 10000101 0 100001 11011 11101 101011100 11101 111011

Color Harmonies of #B57985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57985

Black with #B57985

Text Example


Text Example

White with #B57985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57985; }

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

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

background-color css

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

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

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

border-color css

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

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

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