Html Css Color HEX #B1618F Tapestry

📋 copy color: '#B1618F'

red 177 ◦ green 97 ◦ blue 143

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

Shades of Tapestry #B1618F

Tints of Tapestry #B1618F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.29%

R = 42.45%
G = 23.26%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B1618F (or 0xB1618F) is known color: Tapestry. HEX triplet: B1, 61 and 8F. RGB value is (177,97,143). Sum of RGB (Red+Green+Blue) = 177+97+143=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1618F is #4E9E70. Grayscale: #7E7E7E. Windows color (decimal): -5152369 or 9396657. OLE color: 9396657.

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

Color convert

RGB 177 97 143 -
CMYK 0 0.45 0.19 0.31
HSL 325.5º 0.34% 0.54% -
HSV(B) 325.5º 0.45% 0.69% -
XYZ 27.36 19.88 28.38 -
YUV 126.16 137.5 164.26 -
System Red Green Blue C M Y K H S L
Decimal 177 97 143 0 0.45 0.19 0.31 325.5 0.34 0.54
Hex B1 61 8F 0 2D 13 1F 146 22 36
Octal 261 141 217 0 55 23 37 506 42 66
Binary 10110001 1100001 10001111 0 101101 10011 11111 101000110 100010 110110

Color Harmonies of #B1618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1618F

Black with #B1618F

Text Example


Text Example

White with #B1618F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1618F; }

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

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

background-color css

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

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

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

border-color css

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

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

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