Html Css Color HEX #B17088 Tapestry

📋 copy color: '#B17088'

red 177 ◦ green 112 ◦ blue 136

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

Shades of Tapestry #B17088

Tints of Tapestry #B17088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.35%

 BLUE value IS 136 (53.52% from 255) = 32%

R = 41.65%
G = 26.35%
B = 32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B17088 (or 0xB17088) is known color: Tapestry. HEX triplet: B1, 70 and 88. RGB value is (177,112,136). Sum of RGB (Red+Green+Blue) = 177+112+136=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B17088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17088 is #4E8F77. Grayscale: #868686. Windows color (decimal): -5148536 or 8941745. OLE color: 8941745.

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

Color convert

RGB 177 112 136 -
CMYK 0 0.37 0.23 0.31
HSL 337.85º 0.29% 0.57% -
HSV(B) 337.85º 0.37% 0.69% -
XYZ 28.37 22.71 26.18 -
YUV 134.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 177 112 136 0 0.37 0.23 0.31 337.85 0.29 0.57
Hex B1 70 88 0 25 17 1F 152 1D 39
Octal 261 160 210 0 45 27 37 522 35 71
Binary 10110001 1110000 10001000 0 100101 10111 11111 101010010 11101 111001

Color Harmonies of #B17088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17088

Black with #B17088

Text Example


Text Example

White with #B17088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17088; }

 p { color: rgb(177,112,136); }

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

background-color css

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

 a { background-color: rgb(177,112,136); }

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

border-color css

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

 span { border-color: rgb(177,112,136); }

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