Html Css Color HEX #B1627F Tapestry

📋 copy color: '#B1627F'

red 177 ◦ green 98 ◦ blue 127

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

Shades of Tapestry #B1627F

Tints of Tapestry #B1627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.38%

 BLUE value IS 127 (50% from 255) = 31.59%

R = 44.03%
G = 24.38%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1627F (or 0xB1627F) is known color: Tapestry. HEX triplet: B1, 62 and 7F. RGB value is (177,98,127). Sum of RGB (Red+Green+Blue) = 177+98+127=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B1627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1627F is #4E9D80. Grayscale: #7C7C7C. Windows color (decimal): -5152129 or 8348337. OLE color: 8348337.

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

Color convert

RGB 177 98 127 -
CMYK 0 0.45 0.28 0.31
HSL 337.97º 0.34% 0.54% -
HSV(B) 337.97º 0.45% 0.69% -
XYZ 26.33 19.61 22.48 -
YUV 124.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 177 98 127 0 0.45 0.28 0.31 337.97 0.34 0.54
Hex B1 62 7F 0 2D 1C 1F 152 22 36
Octal 261 142 177 0 55 34 37 522 42 66
Binary 10110001 1100010 1111111 0 101101 11100 11111 101010010 100010 110110

Color Harmonies of #B1627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1627F

Black with #B1627F

Text Example


Text Example

White with #B1627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1627F; }

 p { color: rgb(177,98,127); }

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

background-color css

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

 a { background-color: rgb(177,98,127); }

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

border-color css

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

 span { border-color: rgb(177,98,127); }

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