Html Css Color HEX #B1737D Tapestry

📋 copy color: '#B1737D'

red 177 ◦ green 115 ◦ blue 125

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

Shades of Tapestry #B1737D

Tints of Tapestry #B1737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.58%

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

R = 42.45%
G = 27.58%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1737D (or 0xB1737D) is known color: Tapestry. HEX triplet: B1, 73 and 7D. RGB value is (177,115,125). Sum of RGB (Red+Green+Blue) = 177+115+125=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1737D is #4E8C82. Grayscale: #868686. Windows color (decimal): -5147779 or 8221617. OLE color: 8221617.

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

Color convert

RGB 177 115 125 -
CMYK 0 0.35 0.29 0.31
HSL 350.32º 0.28% 0.57% -
HSV(B) 350.32º 0.35% 0.69% -
XYZ 27.96 23.09 22.38 -
YUV 134.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 177 115 125 0 0.35 0.29 0.31 350.32 0.28 0.57
Hex B1 73 7D 0 23 1D 1F 15E 1C 39
Octal 261 163 175 0 43 35 37 536 34 71
Binary 10110001 1110011 1111101 0 100011 11101 11111 101011110 11100 111001

Color Harmonies of #B1737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1737D

Black with #B1737D

Text Example


Text Example

White with #B1737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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