Html Css Color HEX #B17291 Tapestry

📋 copy color: '#B17291'

red 177 ◦ green 114 ◦ blue 145

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

Shades of Tapestry #B17291

Tints of Tapestry #B17291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.15%

 BLUE value IS 145 (57.03% from 255) = 33.26%

R = 40.6%
G = 26.15%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B17291 (or 0xB17291) is known color: Tapestry. HEX triplet: B1, 72 and 91. RGB value is (177,114,145). Sum of RGB (Red+Green+Blue) = 177+114+145=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B17291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17291 is #4E8D6E. Grayscale: #888888. Windows color (decimal): -5148015 or 9532081. OLE color: 9532081.

HSL color Cylindrical-coordinate representation of color #B17291: hue angle of 330.48º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B17291 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 114 145 -
CMYK 0 0.36 0.18 0.31
HSL 330.48º 0.29% 0.57% -
HSV(B) 330.48º 0.36% 0.69% -
XYZ 29.26 23.43 29.77 -
YUV 136.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 177 114 145 0 0.36 0.18 0.31 330.48 0.29 0.57
Hex B1 72 91 0 24 12 1F 14A 1D 39
Octal 261 162 221 0 44 22 37 512 35 71
Binary 10110001 1110010 10010001 0 100100 10010 11111 101001010 11101 111001

Color Harmonies of #B17291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17291

Black with #B17291

Text Example


Text Example

White with #B17291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17291; }

 p { color: rgb(177,114,145); }

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

background-color css

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

 a { background-color: rgb(177,114,145); }

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

border-color css

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

 span { border-color: rgb(177,114,145); }

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