Html Css Color HEX #B1768C Tapestry

📋 copy color: '#B1768C'

red 177 ◦ green 118 ◦ blue 140

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

Shades of Tapestry #B1768C

Tints of Tapestry #B1768C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.18%

R = 40.69%
G = 27.13%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1768C (or 0xB1768C) is known color: Tapestry. HEX triplet: B1, 76 and 8C. RGB value is (177,118,140). Sum of RGB (Red+Green+Blue) = 177+118+140=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B1768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1768C is #4E8973. Grayscale: #8A8A8A. Windows color (decimal): -5146996 or 9205425. OLE color: 9205425.

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

Color convert

RGB 177 118 140 -
CMYK 0 0.33 0.21 0.31
HSL 337.63º 0.27% 0.58% -
HSV(B) 337.63º 0.33% 0.69% -
XYZ 29.34 24.2 27.93 -
YUV 138.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 177 118 140 0 0.33 0.21 0.31 337.63 0.27 0.58
Hex B1 76 8C 0 21 15 1F 152 1B 3A
Octal 261 166 214 0 41 25 37 522 33 72
Binary 10110001 1110110 10001100 0 100001 10101 11111 101010010 11011 111010

Color Harmonies of #B1768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1768C

Black with #B1768C

Text Example


Text Example

White with #B1768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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