Html Css Color HEX #B16392 Tapestry

📋 copy color: '#B16392'

red 177 ◦ green 99 ◦ blue 146

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

Shades of Tapestry #B16392

Tints of Tapestry #B16392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.46%

 BLUE value IS 146 (57.42% from 255) = 34.6%

R = 41.94%
G = 23.46%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B16392 (or 0xB16392) is known color: Tapestry. HEX triplet: B1, 63 and 92. RGB value is (177,99,146). Sum of RGB (Red+Green+Blue) = 177+99+146=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B16392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16392 is #4E9C6D. Grayscale: #7F7F7F. Windows color (decimal): -5151854 or 9593777. OLE color: 9593777.

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

Color convert

RGB 177 99 146 -
CMYK 0 0.44 0.18 0.31
HSL 323.85º 0.33% 0.54% -
HSV(B) 323.85º 0.44% 0.69% -
XYZ 27.78 20.35 29.66 -
YUV 127.68 138.34 163.18 -
System Red Green Blue C M Y K H S L
Decimal 177 99 146 0 0.44 0.18 0.31 323.85 0.33 0.54
Hex B1 63 92 0 2C 12 1F 144 21 36
Octal 261 143 222 0 54 22 37 504 41 66
Binary 10110001 1100011 10010010 0 101100 10010 11111 101000100 100001 110110

Color Harmonies of #B16392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16392

Black with #B16392

Text Example


Text Example

White with #B16392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16392; }

 p { color: rgb(177,99,146); }

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

background-color css

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

 a { background-color: rgb(177,99,146); }

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

border-color css

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

 span { border-color: rgb(177,99,146); }

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