Html Css Color HEX #B16188 Tapestry

📋 copy color: '#B16188'

red 177 ◦ green 97 ◦ blue 136

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

Shades of Tapestry #B16188

Tints of Tapestry #B16188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.66%

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

R = 43.17%
G = 23.66%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B16188 (or 0xB16188) is known color: Tapestry. HEX triplet: B1, 61 and 88. RGB value is (177,97,136). Sum of RGB (Red+Green+Blue) = 177+97+136=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B16188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16188 is #4E9E77. Grayscale: #7D7D7D. Windows color (decimal): -5152376 or 8937905. OLE color: 8937905.

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

Color convert

RGB 177 97 136 -
CMYK 0 0.45 0.23 0.31
HSL 330.75º 0.34% 0.54% -
HSV(B) 330.75º 0.45% 0.69% -
XYZ 26.85 19.67 25.67 -
YUV 125.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 177 97 136 0 0.45 0.23 0.31 330.75 0.34 0.54
Hex B1 61 88 0 2D 17 1F 14B 22 36
Octal 261 141 210 0 55 27 37 513 42 66
Binary 10110001 1100001 10001000 0 101101 10111 11111 101001011 100010 110110

Color Harmonies of #B16188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16188

Black with #B16188

Text Example


Text Example

White with #B16188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16188; }

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

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

background-color css

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

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

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

border-color css

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

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

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