Html Css Color HEX #B1768A Tapestry

📋 copy color: '#B1768A'

red 177 ◦ green 118 ◦ blue 138

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

Shades of Tapestry #B1768A

Tints of Tapestry #B1768A

RGB

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

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

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

R = 40.88%
G = 27.25%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1768A (or 0xB1768A) is known color: Tapestry. HEX triplet: B1, 76 and 8A. RGB value is (177,118,138). Sum of RGB (Red+Green+Blue) = 177+118+138=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1768A is #4E8975. Grayscale: #898989. Windows color (decimal): -5146998 or 9074353. OLE color: 9074353.

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

Color convert

RGB 177 118 138 -
CMYK 0 0.33 0.22 0.31
HSL 339.66º 0.27% 0.58% -
HSV(B) 339.66º 0.33% 0.69% -
XYZ 29.2 24.14 27.17 -
YUV 137.92 128.05 155.87 -
System Red Green Blue C M Y K H S L
Decimal 177 118 138 0 0.33 0.22 0.31 339.66 0.27 0.58
Hex B1 76 8A 0 21 16 1F 154 1B 3A
Octal 261 166 212 0 41 26 37 524 33 72
Binary 10110001 1110110 10001010 0 100001 10110 11111 101010100 11011 111010

Color Harmonies of #B1768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1768A

Black with #B1768A

Text Example


Text Example

White with #B1768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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