Html Css Color HEX #B17F92 Tapestry

📋 copy color: '#B17F92'

red 177 ◦ green 127 ◦ blue 146

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

Shades of Tapestry #B17F92

Tints of Tapestry #B17F92

RGB

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

 GREEN value IS 127 (50% from 255) = 28.22%

 BLUE value IS 146 (57.42% from 255) = 32.44%

R = 39.33%
G = 28.22%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B17F92 (or 0xB17F92) is known color: Tapestry. HEX triplet: B1, 7F and 92. RGB value is (177,127,146). Sum of RGB (Red+Green+Blue) = 177+127+146=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F92 is #4E806D. Grayscale: #909090. Windows color (decimal): -5144686 or 9600945. OLE color: 9600945.

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

Color convert

RGB 177 127 146 -
CMYK 0 0.28 0.18 0.31
HSL 337.2º 0.24% 0.6% -
HSV(B) 337.2º 0.28% 0.69% -
XYZ 30.91 26.6 30.7 -
YUV 144.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 177 127 146 0 0.28 0.18 0.31 337.2 0.24 0.6
Hex B1 7F 92 0 1C 12 1F 151 18 3C
Octal 261 177 222 0 34 22 37 521 30 74
Binary 10110001 1111111 10010010 0 11100 10010 11111 101010001 11000 111100

Color Harmonies of #B17F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17F92

Black with #B17F92

Text Example


Text Example

White with #B17F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17F92; }

 p { color: rgb(177,127,146); }

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

background-color css

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

 a { background-color: rgb(177,127,146); }

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

border-color css

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

 span { border-color: rgb(177,127,146); }

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