Html Css Color HEX #B1618A Tapestry

📋 copy color: '#B1618A'

red 177 ◦ green 97 ◦ blue 138

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

Shades of Tapestry #B1618A

Tints of Tapestry #B1618A

RGB

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

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

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

R = 42.96%
G = 23.54%
B = 33.5%

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

#B1618A (or 0xB1618A) is known color: Tapestry. HEX triplet: B1, 61 and 8A. RGB value is (177,97,138). Sum of RGB (Red+Green+Blue) = 177+97+138=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B1618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1618A is #4E9E75. Grayscale: #7D7D7D. Windows color (decimal): -5152374 or 9068977. OLE color: 9068977.

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

Color convert

RGB 177 97 138 -
CMYK 0 0.45 0.22 0.31
HSL 329.25º 0.34% 0.54% -
HSV(B) 329.25º 0.45% 0.69% -
XYZ 26.99 19.73 26.43 -
YUV 125.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 177 97 138 0 0.45 0.22 0.31 329.25 0.34 0.54
Hex B1 61 8A 0 2D 16 1F 149 22 36
Octal 261 141 212 0 55 26 37 511 42 66
Binary 10110001 1100001 10001010 0 101101 10110 11111 101001001 100010 110110

Color Harmonies of #B1618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1618A

Black with #B1618A

Text Example


Text Example

White with #B1618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1618A; }

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

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

background-color css

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

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

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

border-color css

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

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

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