Html Css Color HEX #B17F85 Tapestry

📋 copy color: '#B17F85'

red 177 ◦ green 127 ◦ blue 133

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

Shades of Tapestry #B17F85

Tints of Tapestry #B17F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.43%

R = 40.5%
G = 29.06%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B17F85 (or 0xB17F85) is known color: Tapestry. HEX triplet: B1, 7F and 85. RGB value is (177,127,133). Sum of RGB (Red+Green+Blue) = 177+127+133=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F85 is #4E807A. Grayscale: #8E8E8E. Windows color (decimal): -5144699 or 8748977. OLE color: 8748977.

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

Color convert

RGB 177 127 133 -
CMYK 0 0.28 0.25 0.31
HSL 352.8º 0.24% 0.6% -
HSV(B) 352.8º 0.28% 0.69% -
XYZ 29.95 26.22 25.67 -
YUV 142.63 122.57 152.51 -
System Red Green Blue C M Y K H S L
Decimal 177 127 133 0 0.28 0.25 0.31 352.8 0.24 0.6
Hex B1 7F 85 0 1C 19 1F 161 18 3C
Octal 261 177 205 0 34 31 37 541 30 74
Binary 10110001 1111111 10000101 0 11100 11001 11111 101100001 11000 111100

Color Harmonies of #B17F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17F85

Black with #B17F85

Text Example


Text Example

White with #B17F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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