Html Css Color HEX #B57982 Tapestry

📋 copy color: '#B57982'

red 181 ◦ green 121 ◦ blue 130

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

Shades of Tapestry #B57982

Tints of Tapestry #B57982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.09%

R = 41.9%
G = 28.01%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B57982 (or 0xB57982) is known color: Tapestry. HEX triplet: B5, 79 and 82. RGB value is (181,121,130). Sum of RGB (Red+Green+Blue) = 181+121+130=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B57982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57982 is #4A867D. Grayscale: #8B8B8B. Windows color (decimal): -4884094 or 8550837. OLE color: 8550837.

HSL color Cylindrical-coordinate representation of color #B57982: hue angle of 351º 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 #B57982 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 121 130 -
CMYK 0 0.33 0.28 0.29
HSL 351º 0.29% 0.59% -
HSV(B) 351º 0.33% 0.71% -
XYZ 29.92 25.11 24.39 -
YUV 139.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 181 121 130 0 0.33 0.28 0.29 351 0.29 0.59
Hex B5 79 82 0 21 1C 1D 15F 1D 3B
Octal 265 171 202 0 41 34 35 537 35 73
Binary 10110101 1111001 10000010 0 100001 11100 11101 101011111 11101 111011

Color Harmonies of #B57982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57982

Black with #B57982

Text Example


Text Example

White with #B57982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57982; }

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

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

background-color css

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

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

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

border-color css

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

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

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