Html Css Color HEX #B16687 Tapestry

📋 copy color: '#B16687'

red 177 ◦ green 102 ◦ blue 135

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

Shades of Tapestry #B16687

Tints of Tapestry #B16687

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.64%

 BLUE value IS 135 (53.13% from 255) = 32.61%

R = 42.75%
G = 24.64%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B16687 (or 0xB16687) is known color: Tapestry. HEX triplet: B1, 66 and 87. RGB value is (177,102,135). Sum of RGB (Red+Green+Blue) = 177+102+135=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B16687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16687 is #4E9978. Grayscale: #808080. Windows color (decimal): -5151097 or 8873649. OLE color: 8873649.

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

Color convert

RGB 177 102 135 -
CMYK 0 0.42 0.24 0.31
HSL 333.6º 0.32% 0.55% -
HSV(B) 333.6º 0.42% 0.69% -
XYZ 27.26 20.6 25.46 -
YUV 128.19 131.85 162.82 -
System Red Green Blue C M Y K H S L
Decimal 177 102 135 0 0.42 0.24 0.31 333.6 0.32 0.55
Hex B1 66 87 0 2A 18 1F 14E 20 37
Octal 261 146 207 0 52 30 37 516 40 67
Binary 10110001 1100110 10000111 0 101010 11000 11111 101001110 100000 110111

Color Harmonies of #B16687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16687

Black with #B16687

Text Example


Text Example

White with #B16687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16687; }

 p { color: rgb(177,102,135); }

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

background-color css

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

 a { background-color: rgb(177,102,135); }

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

border-color css

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

 span { border-color: rgb(177,102,135); }

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