Html Css Color HEX #B16591 Tapestry

📋 copy color: '#B16591'

red 177 ◦ green 101 ◦ blue 145

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

Shades of Tapestry #B16591

Tints of Tapestry #B16591

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.88%

 BLUE value IS 145 (57.03% from 255) = 34.28%

R = 41.84%
G = 23.88%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B16591 (or 0xB16591) is known color: Tapestry. HEX triplet: B1, 65 and 91. RGB value is (177,101,145). Sum of RGB (Red+Green+Blue) = 177+101+145=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B16591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16591 is #4E9A6E. Grayscale: #808080. Windows color (decimal): -5151343 or 9528753. OLE color: 9528753.

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

Color convert

RGB 177 101 145 -
CMYK 0 0.43 0.18 0.31
HSL 325.26º 0.33% 0.55% -
HSV(B) 325.26º 0.43% 0.69% -
XYZ 27.9 20.7 29.31 -
YUV 128.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 177 101 145 0 0.43 0.18 0.31 325.26 0.33 0.55
Hex B1 65 91 0 2B 12 1F 145 21 37
Octal 261 145 221 0 53 22 37 505 41 67
Binary 10110001 1100101 10010001 0 101011 10010 11111 101000101 100001 110111

Color Harmonies of #B16591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16591

Black with #B16591

Text Example


Text Example

White with #B16591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16591; }

 p { color: rgb(177,101,145); }

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

background-color css

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

 a { background-color: rgb(177,101,145); }

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

border-color css

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

 span { border-color: rgb(177,101,145); }

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