Html Css Color HEX #B1628F Tapestry

📋 copy color: '#B1628F'

red 177 ◦ green 98 ◦ blue 143

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

Shades of Tapestry #B1628F

Tints of Tapestry #B1628F

RGB

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

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

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

R = 42.34%
G = 23.44%
B = 34.21%

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

#B1628F (or 0xB1628F) is known color: Tapestry. HEX triplet: B1, 62 and 8F. RGB value is (177,98,143). Sum of RGB (Red+Green+Blue) = 177+98+143=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B1628F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1628F is #4E9D70. Grayscale: #7E7E7E. Windows color (decimal): -5152113 or 9396913. OLE color: 9396913.

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

Color convert

RGB 177 98 143 -
CMYK 0 0.45 0.19 0.31
HSL 325.82º 0.34% 0.54% -
HSV(B) 325.82º 0.45% 0.69% -
XYZ 27.46 20.07 28.41 -
YUV 126.75 137.17 163.84 -
System Red Green Blue C M Y K H S L
Decimal 177 98 143 0 0.45 0.19 0.31 325.82 0.34 0.54
Hex B1 62 8F 0 2D 13 1F 146 22 36
Octal 261 142 217 0 55 23 37 506 42 66
Binary 10110001 1100010 10001111 0 101101 10011 11111 101000110 100010 110110

Color Harmonies of #B1628F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1628F

Black with #B1628F

Text Example


Text Example

White with #B1628F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1628F; }

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

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

background-color css

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

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

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

border-color css

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

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

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