Html Css Color HEX #B16184 Tapestry

📋 copy color: '#B16184'

red 177 ◦ green 97 ◦ blue 132

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

Shades of Tapestry #B16184

Tints of Tapestry #B16184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.51%

R = 43.6%
G = 23.89%
B = 32.51%

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

#B16184 (or 0xB16184) is known color: Tapestry. HEX triplet: B1, 61 and 84. RGB value is (177,97,132). Sum of RGB (Red+Green+Blue) = 177+97+132=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B16184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16184 is #4E9E7B. Grayscale: #7C7C7C. Windows color (decimal): -5152380 or 8675761. OLE color: 8675761.

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

Color convert

RGB 177 97 132 -
CMYK 0 0.45 0.25 0.31
HSL 333.75º 0.34% 0.54% -
HSV(B) 333.75º 0.45% 0.69% -
XYZ 26.57 19.56 24.21 -
YUV 124.91 132 165.15 -
System Red Green Blue C M Y K H S L
Decimal 177 97 132 0 0.45 0.25 0.31 333.75 0.34 0.54
Hex B1 61 84 0 2D 19 1F 14E 22 36
Octal 261 141 204 0 55 31 37 516 42 66
Binary 10110001 1100001 10000100 0 101101 11001 11111 101001110 100010 110110

Color Harmonies of #B16184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16184

Black with #B16184

Text Example


Text Example

White with #B16184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16184; }

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

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

background-color css

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

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

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

border-color css

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

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

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