Html Css Color HEX #B17981 Tapestry

📋 copy color: '#B17981'

red 177 ◦ green 121 ◦ blue 129

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

Shades of Tapestry #B17981

Tints of Tapestry #B17981

RGB

 RED value IS 177 (69.53% from 255) = 41.45%

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

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

R = 41.45%
G = 28.34%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B17981 (or 0xB17981) is known color: Tapestry. HEX triplet: B1, 79 and 81. RGB value is (177,121,129). Sum of RGB (Red+Green+Blue) = 177+121+129=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B17981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17981 is #4E867E. Grayscale: #8A8A8A. Windows color (decimal): -5146239 or 8485297. OLE color: 8485297.

HSL color Cylindrical-coordinate representation of color #B17981: hue angle of 351.43º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B17981 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 121 129 -
CMYK 0 0.32 0.27 0.31
HSL 351.43º 0.26% 0.58% -
HSV(B) 351.43º 0.32% 0.69% -
XYZ 28.93 24.61 23.99 -
YUV 138.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 177 121 129 0 0.32 0.27 0.31 351.43 0.26 0.58
Hex B1 79 81 0 20 1B 1F 15F 1A 3A
Octal 261 171 201 0 40 33 37 537 32 72
Binary 10110001 1111001 10000001 0 100000 11011 11111 101011111 11010 111010

Color Harmonies of #B17981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17981

Black with #B17981

Text Example


Text Example

White with #B17981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17981; }

 p { color: rgb(177,121,129); }

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

background-color css

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

 a { background-color: rgb(177,121,129); }

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

border-color css

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

 span { border-color: rgb(177,121,129); }

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