Html Css Color HEX #B1768E Tapestry

📋 copy color: '#B1768E'

red 177 ◦ green 118 ◦ blue 142

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

Shades of Tapestry #B1768E

Tints of Tapestry #B1768E

RGB

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

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

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

R = 40.5%
G = 27%
B = 32.49%

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

#B1768E (or 0xB1768E) is known color: Tapestry. HEX triplet: B1, 76 and 8E. RGB value is (177,118,142). Sum of RGB (Red+Green+Blue) = 177+118+142=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1768E is #4E8971. Grayscale: #8A8A8A. Windows color (decimal): -5146994 or 9336497. OLE color: 9336497.

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

Color convert

RGB 177 118 142 -
CMYK 0 0.33 0.20 0.31
HSL 335.59º 0.27% 0.58% -
HSV(B) 335.59º 0.33% 0.69% -
XYZ 29.49 24.26 28.72 -
YUV 138.38 130.05 155.55 -
System Red Green Blue C M Y K H S L
Decimal 177 118 142 0 0.33 0.20 0.31 335.59 0.27 0.58
Hex B1 76 8E 0 21 14 1F 150 1B 3A
Octal 261 166 216 0 41 24 37 520 33 72
Binary 10110001 1110110 10001110 0 100001 10100 11111 101010000 11011 111010

Color Harmonies of #B1768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1768E

Black with #B1768E

Text Example


Text Example

White with #B1768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1768E; }

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

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

background-color css

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

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

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

border-color css

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

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

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