Html Css Color HEX #B16685 Tapestry

📋 copy color: '#B16685'

red 177 ◦ green 102 ◦ blue 133

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

Shades of Tapestry #B16685

Tints of Tapestry #B16685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.28%

R = 42.96%
G = 24.76%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B16685 (or 0xB16685) is known color: Tapestry. HEX triplet: B1, 66 and 85. RGB value is (177,102,133). Sum of RGB (Red+Green+Blue) = 177+102+133=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B16685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16685 is #4E997A. Grayscale: #7F7F7F. Windows color (decimal): -5151099 or 8742577. OLE color: 8742577.

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

Color convert

RGB 177 102 133 -
CMYK 0 0.42 0.25 0.31
HSL 335.2º 0.32% 0.55% -
HSV(B) 335.2º 0.42% 0.69% -
XYZ 27.12 20.54 24.73 -
YUV 127.96 130.85 162.98 -
System Red Green Blue C M Y K H S L
Decimal 177 102 133 0 0.42 0.25 0.31 335.2 0.32 0.55
Hex B1 66 85 0 2A 19 1F 14F 20 37
Octal 261 146 205 0 52 31 37 517 40 67
Binary 10110001 1100110 10000101 0 101010 11001 11111 101001111 100000 110111

Color Harmonies of #B16685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16685

Black with #B16685

Text Example


Text Example

White with #B16685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16685; }

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

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

background-color css

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

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

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

border-color css

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

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

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