Html Css Color HEX #B16383 Tapestry

📋 copy color: '#B16383'

red 177 ◦ green 99 ◦ blue 131

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

Shades of Tapestry #B16383

Tints of Tapestry #B16383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.19%

R = 43.49%
G = 24.32%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B16383 (or 0xB16383) is known color: Tapestry. HEX triplet: B1, 63 and 83. RGB value is (177,99,131). Sum of RGB (Red+Green+Blue) = 177+99+131=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B16383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16383 is #4E9C7C. Grayscale: #7D7D7D. Windows color (decimal): -5151869 or 8610737. OLE color: 8610737.

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

Color convert

RGB 177 99 131 -
CMYK 0 0.44 0.26 0.31
HSL 335.38º 0.33% 0.54% -
HSV(B) 335.38º 0.44% 0.69% -
XYZ 26.69 19.91 23.91 -
YUV 125.97 130.84 164.4 -
System Red Green Blue C M Y K H S L
Decimal 177 99 131 0 0.44 0.26 0.31 335.38 0.33 0.54
Hex B1 63 83 0 2C 1A 1F 14F 21 36
Octal 261 143 203 0 54 32 37 517 41 66
Binary 10110001 1100011 10000011 0 101100 11010 11111 101001111 100001 110110

Color Harmonies of #B16383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16383

Black with #B16383

Text Example


Text Example

White with #B16383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16383; }

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

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

background-color css

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

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

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

border-color css

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

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

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