Html Css Color HEX #B57581 Tapestry

📋 copy color: '#B57581'

red 181 ◦ green 117 ◦ blue 129

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

Shades of Tapestry #B57581

Tints of Tapestry #B57581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.4%

 BLUE value IS 129 (50.78% from 255) = 30.21%

R = 42.39%
G = 27.4%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B57581 (or 0xB57581) is known color: Tapestry. HEX triplet: B5, 75 and 81. RGB value is (181,117,129). Sum of RGB (Red+Green+Blue) = 181+117+129=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B57581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57581 is #4A8A7E. Grayscale: #898989. Windows color (decimal): -4885119 or 8484277. OLE color: 8484277.

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

Color convert

RGB 181 117 129 -
CMYK 0 0.35 0.29 0.29
HSL 348.75º 0.3% 0.58% -
HSV(B) 348.75º 0.35% 0.71% -
XYZ 29.38 24.13 23.88 -
YUV 137.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 181 117 129 0 0.35 0.29 0.29 348.75 0.3 0.58
Hex B5 75 81 0 23 1D 1D 15D 1E 3A
Octal 265 165 201 0 43 35 35 535 36 72
Binary 10110101 1110101 10000001 0 100011 11101 11101 101011101 11110 111010

Color Harmonies of #B57581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57581

Black with #B57581

Text Example


Text Example

White with #B57581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57581; }

 p { color: rgb(181,117,129); }

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

background-color css

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

 a { background-color: rgb(181,117,129); }

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

border-color css

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

 span { border-color: rgb(181,117,129); }

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