Html Css Color HEX #B1758E Tapestry

📋 copy color: '#B1758E'

red 177 ◦ green 117 ◦ blue 142

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

Shades of Tapestry #B1758E

Tints of Tapestry #B1758E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.83%

 BLUE value IS 142 (55.86% from 255) = 32.57%

R = 40.6%
G = 26.83%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1758E (or 0xB1758E) is known color: Tapestry. HEX triplet: B1, 75 and 8E. RGB value is (177,117,142). Sum of RGB (Red+Green+Blue) = 177+117+142=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1758E is #4E8A71. Grayscale: #898989. Windows color (decimal): -5147250 or 9336241. OLE color: 9336241.

HSL color Cylindrical-coordinate representation of color #B1758E: hue angle of 335º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1758E is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 117 142 -
CMYK 0 0.34 0.20 0.31
HSL 335º 0.28% 0.58% -
HSV(B) 335º 0.34% 0.69% -
XYZ 29.38 24.02 28.68 -
YUV 137.79 130.38 155.97 -
System Red Green Blue C M Y K H S L
Decimal 177 117 142 0 0.34 0.20 0.31 335 0.28 0.58
Hex B1 75 8E 0 22 14 1F 14F 1C 3A
Octal 261 165 216 0 42 24 37 517 34 72
Binary 10110001 1110101 10001110 0 100010 10100 11111 101001111 11100 111010

Color Harmonies of #B1758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1758E

Black with #B1758E

Text Example


Text Example

White with #B1758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1758E; }

 p { color: rgb(177,117,142); }

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

background-color css

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

 a { background-color: rgb(177,117,142); }

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

border-color css

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

 span { border-color: rgb(177,117,142); }

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