Html Css Color HEX #B1728A Tapestry

📋 copy color: '#B1728A'

red 177 ◦ green 114 ◦ blue 138

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

Shades of Tapestry #B1728A

Tints of Tapestry #B1728A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.57%

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

R = 41.26%
G = 26.57%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1728A (or 0xB1728A) is known color: Tapestry. HEX triplet: B1, 72 and 8A. RGB value is (177,114,138). Sum of RGB (Red+Green+Blue) = 177+114+138=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B1728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1728A is #4E8D75. Grayscale: #878787. Windows color (decimal): -5148022 or 9073329. OLE color: 9073329.

HSL color Cylindrical-coordinate representation of color #B1728A: hue angle of 337.14º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1728A is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 114 138 -
CMYK 0 0.36 0.22 0.31
HSL 337.14º 0.29% 0.57% -
HSV(B) 337.14º 0.36% 0.69% -
XYZ 28.74 23.22 27.01 -
YUV 135.57 129.37 157.55 -
System Red Green Blue C M Y K H S L
Decimal 177 114 138 0 0.36 0.22 0.31 337.14 0.29 0.57
Hex B1 72 8A 0 24 16 1F 151 1D 39
Octal 261 162 212 0 44 26 37 521 35 71
Binary 10110001 1110010 10001010 0 100100 10110 11111 101010001 11101 111001

Color Harmonies of #B1728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1728A

Black with #B1728A

Text Example


Text Example

White with #B1728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1728A; }

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

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

background-color css

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

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

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

border-color css

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

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

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