Html Css Color HEX #B1628A Tapestry

📋 copy color: '#B1628A'

red 177 ◦ green 98 ◦ blue 138

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

Shades of Tapestry #B1628A

Tints of Tapestry #B1628A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.41%

R = 42.86%
G = 23.73%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1628A (or 0xB1628A) is known color: Tapestry. HEX triplet: B1, 62 and 8A. RGB value is (177,98,138). Sum of RGB (Red+Green+Blue) = 177+98+138=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B1628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1628A is #4E9D75. Grayscale: #7E7E7E. Windows color (decimal): -5152118 or 9069233. OLE color: 9069233.

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

Color convert

RGB 177 98 138 -
CMYK 0 0.45 0.22 0.31
HSL 329.62º 0.34% 0.54% -
HSV(B) 329.62º 0.45% 0.69% -
XYZ 27.09 19.92 26.46 -
YUV 126.18 134.67 164.25 -
System Red Green Blue C M Y K H S L
Decimal 177 98 138 0 0.45 0.22 0.31 329.62 0.34 0.54
Hex B1 62 8A 0 2D 16 1F 14A 22 36
Octal 261 142 212 0 55 26 37 512 42 66
Binary 10110001 1100010 10001010 0 101101 10110 11111 101001010 100010 110110

Color Harmonies of #B1628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1628A

Black with #B1628A

Text Example


Text Example

White with #B1628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1628A; }

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

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

background-color css

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

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

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

border-color css

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

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

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