Html Css Color HEX #B1768D Tapestry

📋 copy color: '#B1768D'

red 177 ◦ green 118 ◦ blue 141

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

Shades of Tapestry #B1768D

Tints of Tapestry #B1768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.06%

 BLUE value IS 141 (55.47% from 255) = 32.34%

R = 40.6%
G = 27.06%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1768D (or 0xB1768D) is known color: Tapestry. HEX triplet: B1, 76 and 8D. RGB value is (177,118,141). Sum of RGB (Red+Green+Blue) = 177+118+141=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1768D is #4E8972. Grayscale: #8A8A8A. Windows color (decimal): -5146995 or 9270961. OLE color: 9270961.

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

Color convert

RGB 177 118 141 -
CMYK 0 0.33 0.20 0.31
HSL 336.61º 0.27% 0.58% -
HSV(B) 336.61º 0.33% 0.69% -
XYZ 29.42 24.23 28.33 -
YUV 138.26 129.55 155.63 -
System Red Green Blue C M Y K H S L
Decimal 177 118 141 0 0.33 0.20 0.31 336.61 0.27 0.58
Hex B1 76 8D 0 21 14 1F 151 1B 3A
Octal 261 166 215 0 41 24 37 521 33 72
Binary 10110001 1110110 10001101 0 100001 10100 11111 101010001 11011 111010

Color Harmonies of #B1768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1768D

Black with #B1768D

Text Example


Text Example

White with #B1768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1768D; }

 p { color: rgb(177,118,141); }

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

background-color css

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

 a { background-color: rgb(177,118,141); }

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

border-color css

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

 span { border-color: rgb(177,118,141); }

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