Html Css Color HEX #B16183 Tapestry

📋 copy color: '#B16183'

red 177 ◦ green 97 ◦ blue 131

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

Shades of Tapestry #B16183

Tints of Tapestry #B16183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.35%

R = 43.7%
G = 23.95%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B16183 (or 0xB16183) is known color: Tapestry. HEX triplet: B1, 61 and 83. RGB value is (177,97,131). Sum of RGB (Red+Green+Blue) = 177+97+131=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B16183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16183 is #4E9E7C. Grayscale: #7C7C7C. Windows color (decimal): -5152381 or 8610225. OLE color: 8610225.

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

Color convert

RGB 177 97 131 -
CMYK 0 0.45 0.26 0.31
HSL 334.5º 0.34% 0.54% -
HSV(B) 334.5º 0.45% 0.69% -
XYZ 26.5 19.54 23.85 -
YUV 124.8 131.5 165.24 -
System Red Green Blue C M Y K H S L
Decimal 177 97 131 0 0.45 0.26 0.31 334.5 0.34 0.54
Hex B1 61 83 0 2D 1A 1F 14E 22 36
Octal 261 141 203 0 55 32 37 516 42 66
Binary 10110001 1100001 10000011 0 101101 11010 11111 101001110 100010 110110

Color Harmonies of #B16183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16183

Black with #B16183

Text Example


Text Example

White with #B16183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16183; }

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

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

background-color css

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

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

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

border-color css

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

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

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