Html Css Color HEX #B16485 Tapestry

📋 copy color: '#B16485'

red 177 ◦ green 100 ◦ blue 133

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

Shades of Tapestry #B16485

Tints of Tapestry #B16485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.39%

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

R = 43.17%
G = 24.39%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B16485 (or 0xB16485) is known color: Tapestry. HEX triplet: B1, 64 and 85. RGB value is (177,100,133). Sum of RGB (Red+Green+Blue) = 177+100+133=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B16485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16485 is #4E9B7A. Grayscale: #7E7E7E. Windows color (decimal): -5151611 or 8742065. OLE color: 8742065.

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

Color convert

RGB 177 100 133 -
CMYK 0 0.44 0.25 0.31
HSL 334.29º 0.33% 0.54% -
HSV(B) 334.29º 0.44% 0.69% -
XYZ 26.92 20.15 24.66 -
YUV 126.79 131.51 163.82 -
System Red Green Blue C M Y K H S L
Decimal 177 100 133 0 0.44 0.25 0.31 334.29 0.33 0.54
Hex B1 64 85 0 2C 19 1F 14E 21 36
Octal 261 144 205 0 54 31 37 516 41 66
Binary 10110001 1100100 10000101 0 101100 11001 11111 101001110 100001 110110

Color Harmonies of #B16485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16485

Black with #B16485

Text Example


Text Example

White with #B16485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16485; }

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

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

background-color css

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

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

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

border-color css

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

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

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