Html Css Color HEX #B1758A Tapestry

📋 copy color: '#B1758A'

red 177 ◦ green 117 ◦ blue 138

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

Shades of Tapestry #B1758A

Tints of Tapestry #B1758A

RGB

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

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

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

R = 40.97%
G = 27.08%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1758A (or 0xB1758A) is known color: Tapestry. HEX triplet: B1, 75 and 8A. RGB value is (177,117,138). Sum of RGB (Red+Green+Blue) = 177+117+138=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1758A is #4E8A75. Grayscale: #898989. Windows color (decimal): -5147254 or 9074097. OLE color: 9074097.

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

Color convert

RGB 177 117 138 -
CMYK 0 0.34 0.22 0.31
HSL 339º 0.28% 0.58% -
HSV(B) 339º 0.34% 0.69% -
XYZ 29.08 23.9 27.13 -
YUV 137.33 128.38 156.29 -
System Red Green Blue C M Y K H S L
Decimal 177 117 138 0 0.34 0.22 0.31 339 0.28 0.58
Hex B1 75 8A 0 22 16 1F 153 1C 3A
Octal 261 165 212 0 42 26 37 523 34 72
Binary 10110001 1110101 10001010 0 100010 10110 11111 101010011 11100 111010

Color Harmonies of #B1758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1758A

Black with #B1758A

Text Example


Text Example

White with #B1758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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