Html Css Color HEX #B1727D Tapestry

📋 copy color: '#B1727D'

red 177 ◦ green 114 ◦ blue 125

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

Shades of Tapestry #B1727D

Tints of Tapestry #B1727D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.05%

R = 42.55%
G = 27.4%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1727D (or 0xB1727D) is known color: Tapestry. HEX triplet: B1, 72 and 7D. RGB value is (177,114,125). Sum of RGB (Red+Green+Blue) = 177+114+125=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1727D is #4E8D82. Grayscale: #868686. Windows color (decimal): -5148035 or 8221361. OLE color: 8221361.

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

Color convert

RGB 177 114 125 -
CMYK 0 0.36 0.29 0.31
HSL 349.52º 0.29% 0.57% -
HSV(B) 349.52º 0.36% 0.69% -
XYZ 27.85 22.86 22.35 -
YUV 134.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 177 114 125 0 0.36 0.29 0.31 349.52 0.29 0.57
Hex B1 72 7D 0 24 1D 1F 15E 1D 39
Octal 261 162 175 0 44 35 37 536 35 71
Binary 10110001 1110010 1111101 0 100100 11101 11111 101011110 11101 111001

Color Harmonies of #B1727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1727D

Black with #B1727D

Text Example


Text Example

White with #B1727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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