Html Css Color HEX #B17086 Tapestry

📋 copy color: '#B17086'

red 177 ◦ green 112 ◦ blue 134

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

Shades of Tapestry #B17086

Tints of Tapestry #B17086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.68%

R = 41.84%
G = 26.48%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B17086 (or 0xB17086) is known color: Tapestry. HEX triplet: B1, 70 and 86. RGB value is (177,112,134). Sum of RGB (Red+Green+Blue) = 177+112+134=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B17086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17086 is #4E8F79. Grayscale: #858585. Windows color (decimal): -5148538 or 8810673. OLE color: 8810673.

HSL color Cylindrical-coordinate representation of color #B17086: hue angle of 339.69º 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 #B17086 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 112 134 -
CMYK 0 0.37 0.24 0.31
HSL 339.69º 0.29% 0.57% -
HSV(B) 339.69º 0.37% 0.69% -
XYZ 28.23 22.66 25.44 -
YUV 133.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 177 112 134 0 0.37 0.24 0.31 339.69 0.29 0.57
Hex B1 70 86 0 25 18 1F 154 1D 39
Octal 261 160 206 0 45 30 37 524 35 71
Binary 10110001 1110000 10000110 0 100101 11000 11111 101010100 11101 111001

Color Harmonies of #B17086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17086

Black with #B17086

Text Example


Text Example

White with #B17086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17086; }

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

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

background-color css

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

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

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

border-color css

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

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

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