Html Css Color HEX #B16185 Tapestry

📋 copy color: '#B16185'

red 177 ◦ green 97 ◦ blue 133

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

Shades of Tapestry #B16185

Tints of Tapestry #B16185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.83%

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

R = 43.49%
G = 23.83%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B16185 (or 0xB16185) is known color: Tapestry. HEX triplet: B1, 61 and 85. RGB value is (177,97,133). Sum of RGB (Red+Green+Blue) = 177+97+133=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B16185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16185 is #4E9E7A. Grayscale: #7C7C7C. Windows color (decimal): -5152379 or 8741297. OLE color: 8741297.

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

Color convert

RGB 177 97 133 -
CMYK 0 0.45 0.25 0.31
HSL 333º 0.34% 0.54% -
HSV(B) 333º 0.45% 0.69% -
XYZ 26.64 19.59 24.57 -
YUV 125.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 177 97 133 0 0.45 0.25 0.31 333 0.34 0.54
Hex B1 61 85 0 2D 19 1F 14D 22 36
Octal 261 141 205 0 55 31 37 515 42 66
Binary 10110001 1100001 10000101 0 101101 11001 11111 101001101 100010 110110

Color Harmonies of #B16185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16185

Black with #B16185

Text Example


Text Example

White with #B16185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16185; }

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

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

background-color css

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

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

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

border-color css

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

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

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