Html Css Color HEX #B17485 Tapestry

📋 copy color: '#B17485'

red 177 ◦ green 116 ◦ blue 133

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

Shades of Tapestry #B17485

Tints of Tapestry #B17485

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.23%

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

R = 41.55%
G = 27.23%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B17485 (or 0xB17485) is known color: Tapestry. HEX triplet: B1, 74 and 85. RGB value is (177,116,133). Sum of RGB (Red+Green+Blue) = 177+116+133=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B17485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17485 is #4E8B7A. Grayscale: #888888. Windows color (decimal): -5147515 or 8746161. OLE color: 8746161.

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

Color convert

RGB 177 116 133 -
CMYK 0 0.34 0.25 0.31
HSL 343.28º 0.28% 0.57% -
HSV(B) 343.28º 0.34% 0.69% -
XYZ 28.61 23.53 25.22 -
YUV 136.18 126.21 157.12 -
System Red Green Blue C M Y K H S L
Decimal 177 116 133 0 0.34 0.25 0.31 343.28 0.28 0.57
Hex B1 74 85 0 22 19 1F 157 1C 39
Octal 261 164 205 0 42 31 37 527 34 71
Binary 10110001 1110100 10000101 0 100010 11001 11111 101010111 11100 111001

Color Harmonies of #B17485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17485

Black with #B17485

Text Example


Text Example

White with #B17485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17485; }

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

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

background-color css

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

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

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

border-color css

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

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

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