Html Css Color HEX #B16885 Tapestry

📋 copy color: '#B16885'

red 177 ◦ green 104 ◦ blue 133

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

Shades of Tapestry #B16885

Tints of Tapestry #B16885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.12%

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

R = 42.75%
G = 25.12%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B16885 (or 0xB16885) is known color: Tapestry. HEX triplet: B1, 68 and 85. RGB value is (177,104,133). Sum of RGB (Red+Green+Blue) = 177+104+133=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B16885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16885 is #4E977A. Grayscale: #818181. Windows color (decimal): -5150587 or 8743089. OLE color: 8743089.

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

Color convert

RGB 177 104 133 -
CMYK 0 0.41 0.25 0.31
HSL 336.16º 0.32% 0.55% -
HSV(B) 336.16º 0.41% 0.69% -
XYZ 27.32 20.94 24.79 -
YUV 129.13 130.18 162.14 -
System Red Green Blue C M Y K H S L
Decimal 177 104 133 0 0.41 0.25 0.31 336.16 0.32 0.55
Hex B1 68 85 0 29 19 1F 150 20 37
Octal 261 150 205 0 51 31 37 520 40 67
Binary 10110001 1101000 10000101 0 101001 11001 11111 101010000 100000 110111

Color Harmonies of #B16885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16885

Black with #B16885

Text Example


Text Example

White with #B16885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16885; }

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

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

background-color css

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

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

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

border-color css

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

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

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