Html Css Color HEX #B17D8E Tapestry

📋 copy color: '#B17D8E'

red 177 ◦ green 125 ◦ blue 142

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

Shades of Tapestry #B17D8E

Tints of Tapestry #B17D8E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.15%

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

R = 39.86%
G = 28.15%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B17D8E (or 0xB17D8E) is known color: Tapestry. HEX triplet: B1, 7D and 8E. RGB value is (177,125,142). Sum of RGB (Red+Green+Blue) = 177+125+142=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17D8E is #4E8271. Grayscale: #8E8E8E. Windows color (decimal): -5145202 or 9338289. OLE color: 9338289.

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

Color convert

RGB 177 125 142 -
CMYK 0 0.29 0.20 0.31
HSL 340.38º 0.25% 0.59% -
HSV(B) 340.38º 0.29% 0.69% -
XYZ 30.35 25.97 29 -
YUV 142.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 177 125 142 0 0.29 0.20 0.31 340.38 0.25 0.59
Hex B1 7D 8E 0 1D 14 1F 154 19 3B
Octal 261 175 216 0 35 24 37 524 31 73
Binary 10110001 1111101 10001110 0 11101 10100 11111 101010100 11001 111011

Color Harmonies of #B17D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17D8E

Black with #B17D8E

Text Example


Text Example

White with #B17D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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